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/gh60 | |
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/gh60')
-rw-r--r-- | keyboards/gh60/revc/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/gh60/satan/keymaps/default/rules.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/gh60/revc/rules.mk b/keyboards/gh60/revc/rules.mk index 3cb2f3beb..30057a457 100644 --- a/keyboards/gh60/revc/rules.mk +++ b/keyboards/gh60/revc/rules.mk | |||
@@ -17,6 +17,5 @@ KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key | |||
17 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 17 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
18 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 18 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
19 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
20 | MIDI_ENABLE = no # MIDI support | ||
21 | 20 | ||
22 | LAYOUTS = 60_ansi 60_iso 60_ansi_split_bs_rshift 60_tsangan_hhkb | 21 | LAYOUTS = 60_ansi 60_iso 60_ansi_split_bs_rshift 60_tsangan_hhkb |
diff --git a/keyboards/gh60/satan/keymaps/default/rules.mk b/keyboards/gh60/satan/keymaps/default/rules.mk index a8cc2fd82..344a2850d 100644 --- a/keyboards/gh60/satan/keymaps/default/rules.mk +++ b/keyboards/gh60/satan/keymaps/default/rules.mk | |||
@@ -9,7 +9,6 @@ CONSOLE_ENABLE = no # Console for debug | |||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | 9 | COMMAND_ENABLE = yes # Commands for debug and configuration |
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output | 12 | AUDIO_ENABLE = no # Audio output |
14 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 13 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
15 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 14 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |