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/melody96/rules.mk | |
parent | 40a7714ce511ba42e8a6e725383e3a357517e5b2 (diff) |
move melody96 to ymdk vendor folder (#15680)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/melody96/rules.mk')
-rw-r--r-- | keyboards/melody96/rules.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/melody96/rules.mk b/keyboards/melody96/rules.mk deleted file mode 100644 index b27013f863..0000000000 --- a/keyboards/melody96/rules.mk +++ /dev/null @@ -1,18 +0,0 @@ -# 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 |