diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-04-20 03:19:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 05:19:16 +1000 |
commit | 314865f83366fbaa547540154e0d2a48e7a2e72c (patch) | |
tree | c0eba99243db42563d7647d16e8ca0002d1e0ad0 /keyboards/ymdk/melody96/rules.mk | |
parent | 40a7714ce511ba42e8a6e725383e3a357517e5b2 (diff) | |
download | qmk_firmware-314865f83366fbaa547540154e0d2a48e7a2e72c.tar.gz qmk_firmware-314865f83366fbaa547540154e0d2a48e7a2e72c.zip |
move melody96 to ymdk vendor folder (#15680)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/ymdk/melody96/rules.mk')
-rw-r--r-- | keyboards/ymdk/melody96/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/ymdk/melody96/rules.mk b/keyboards/ymdk/melody96/rules.mk new file mode 100644 index 0000000000..b27013f863 --- /dev/null +++ b/keyboards/ymdk/melody96/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |