qmk_firmware/keyboards/ymdk/melody96
Ryan fe18df9d41
Normalise Dynamic Macro keycodes (#18939)
* `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1`

* `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2`

* `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1`

* `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2`

* `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP`

* Update docs
2022-11-03 23:01:06 +00:00
..
keymaps Normalise Dynamic Macro keycodes (#18939) 2022-11-03 23:01:06 +00:00
config.h Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728) 2022-10-15 09:55:53 -07:00
info.json Move keyboard USB IDs and strings to data driven: Y (#17926) 2022-08-06 18:52:13 +10:00
melody96.c move melody96 to ymdk vendor folder (#15680) 2022-04-20 05:19:16 +10:00
melody96.h move melody96 to ymdk vendor folder (#15680) 2022-04-20 05:19:16 +10:00
readme.md move melody96 to ymdk vendor folder (#15680) 2022-04-20 05:19:16 +10:00
rules.mk move melody96 to ymdk vendor folder (#15680) 2022-04-20 05:19:16 +10:00

YMDK Melody96

melody96

96-key Keyboard from YMDK. The PCB for this board is also commonly used in the NYM96.

Make example for this keyboard (after setting up your build environment):

make ymdk/melody96:default

Flashing example for this keyboard:

make melody96:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.