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/keymaps/konstantin/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/keymaps/konstantin/rules.mk')
-rw-r--r-- | keyboards/melody96/keymaps/konstantin/rules.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/keyboards/melody96/keymaps/konstantin/rules.mk b/keyboards/melody96/keymaps/konstantin/rules.mk deleted file mode 100644 index b315c8e6b9..0000000000 --- a/keyboards/melody96/keymaps/konstantin/rules.mk +++ /dev/null @@ -1,19 +0,0 @@ -# Generic features -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -COMMAND_ENABLE = yes -CONSOLE_ENABLE = yes -EXTRAKEY_ENABLE = yes -MOUSEKEY_ENABLE = yes -NKRO_ENABLE = yes -TAP_DANCE_ENABLE = yes -UNICODEMAP_ENABLE = yes - -# Keyboard-specific features -BACKLIGHT_ENABLE = no -RGBLIGHT_ENABLE = yes -VIA_ENABLE = yes - -# Firmware size reduction -GRAVE_ESC_ENABLE = no -MAGIC_ENABLE = no -SPACE_CADET_ENABLE = no |