diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-30 19:17:20 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 19:17:20 +1000 |
commit | 0b37e07f907cbb9654ecbc6449bb690f91f9ab20 (patch) | |
tree | 01993954480e85ea93dc36aff81e868f883bd086 /keyboards/cu75/keymaps | |
parent | a8e13f041e55fe46d7168eecf1c9862f22ef5f3e (diff) | |
download | qmk_firmware-0b37e07f907cbb9654ecbc6449bb690f91f9ab20.tar.gz qmk_firmware-0b37e07f907cbb9654ecbc6449bb690f91f9ab20.zip |
Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649)
Diffstat (limited to 'keyboards/cu75/keymaps')
-rw-r--r-- | keyboards/cu75/keymaps/default/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/cu75/keymaps/iso/rules.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/cu75/keymaps/default/rules.mk b/keyboards/cu75/keymaps/default/rules.mk index 13abea04a..4bddc61e9 100644 --- a/keyboards/cu75/keymaps/default/rules.mk +++ b/keyboards/cu75/keymaps/default/rules.mk | |||
@@ -10,7 +10,6 @@ CONSOLE_ENABLE = no # Console for debug | |||
10 | COMMAND_ENABLE = no # Commands for debug and configuration | 10 | COMMAND_ENABLE = no # Commands for debug and configuration |
11 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 11 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
12 | BACKLIGHT_ENABLE = yes # Disable keyboard backlight functionality | 12 | BACKLIGHT_ENABLE = yes # Disable keyboard backlight functionality |
13 | MIDI_ENABLE = no # MIDI controls | ||
14 | AUDIO_ENABLE = no # Audio output | 13 | AUDIO_ENABLE = no # Audio output |
15 | RGBLIGHT_ENABLE = yes # Disable RGB underlight | 14 | RGBLIGHT_ENABLE = yes # Disable RGB underlight |
16 | RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812 | 15 | RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812 |
diff --git a/keyboards/cu75/keymaps/iso/rules.mk b/keyboards/cu75/keymaps/iso/rules.mk index a468c61b9..069e53f3c 100644 --- a/keyboards/cu75/keymaps/iso/rules.mk +++ b/keyboards/cu75/keymaps/iso/rules.mk | |||
@@ -10,7 +10,6 @@ CONSOLE_ENABLE = yes # Console for debug(+400) | |||
10 | COMMAND_ENABLE = yes # Commands for debug and configuration | 10 | COMMAND_ENABLE = yes # Commands for debug and configuration |
11 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 11 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
12 | # BACKLIGHT_ENABLE = no # Disable keyboard backlight functionality | 12 | # BACKLIGHT_ENABLE = no # Disable keyboard backlight functionality |
13 | MIDI_ENABLE = no # MIDI controls | ||
14 | AUDIO_ENABLE = no # Audio output | 13 | AUDIO_ENABLE = no # Audio output |
15 | RGBLIGHT_ENABLE = no # Disable RGB underlight | 14 | RGBLIGHT_ENABLE = no # Disable RGB underlight |
16 | RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812 | 15 | RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812 |