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/bpiphany | |
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/bpiphany')
7 files changed, 1 insertions, 8 deletions
diff --git a/keyboards/bpiphany/frosty_flake/keymaps/default/rules.mk b/keyboards/bpiphany/frosty_flake/keymaps/default/rules.mk index 179c2983b..5e747a836 100644 --- a/keyboards/bpiphany/frosty_flake/keymaps/default/rules.mk +++ b/keyboards/bpiphany/frosty_flake/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 = no # Enable keyboard backlight functionality | 11 | BACKLIGHT_ENABLE = no # 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 |
diff --git a/keyboards/bpiphany/frosty_flake/keymaps/tkl/rules.mk b/keyboards/bpiphany/frosty_flake/keymaps/tkl/rules.mk index 09a140b68..f23faf111 100644 --- a/keyboards/bpiphany/frosty_flake/keymaps/tkl/rules.mk +++ b/keyboards/bpiphany/frosty_flake/keymaps/tkl/rules.mk | |||
@@ -9,7 +9,6 @@ CONSOLE_ENABLE = yes # Console for debug(+400) | |||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | 9 | COMMAND_ENABLE = yes # Commands for debug and configuration |
10 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 10 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output | 12 | AUDIO_ENABLE = no # Audio output |
14 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 13 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
15 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 14 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
diff --git a/keyboards/bpiphany/pegasushoof/keymaps/default/rules.mk b/keyboards/bpiphany/pegasushoof/keymaps/default/rules.mk index f82fad4ec..fa42618f2 100644 --- a/keyboards/bpiphany/pegasushoof/keymaps/default/rules.mk +++ b/keyboards/bpiphany/pegasushoof/keymaps/default/rules.mk | |||
@@ -10,6 +10,5 @@ COMMAND_ENABLE = yes # Commands for debug and configuration | |||
10 | CUSTOM_MATRIX = yes # Custom matrix file for the Pegasus Hoof due to the 2x74HC42 | 10 | CUSTOM_MATRIX = yes # Custom matrix file for the Pegasus Hoof due to the 2x74HC42 |
11 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 11 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 12 | BACKLIGHT_ENABLE = no # Enable 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 # Enable WS2812 RGB underlight. | 14 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
diff --git a/keyboards/bpiphany/pegasushoof/keymaps/default_jis/rules.mk b/keyboards/bpiphany/pegasushoof/keymaps/default_jis/rules.mk index 975974099..250f7de78 100644 --- a/keyboards/bpiphany/pegasushoof/keymaps/default_jis/rules.mk +++ b/keyboards/bpiphany/pegasushoof/keymaps/default_jis/rules.mk | |||
@@ -10,6 +10,5 @@ COMMAND_ENABLE = yes # Commands for debug and configuration | |||
10 | CUSTOM_MATRIX = yes # Custom matrix file for the Pegasus Hoof due to the 2x74HC42 | 10 | CUSTOM_MATRIX = yes # Custom matrix file for the Pegasus Hoof due to the 2x74HC42 |
11 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 11 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 12 | BACKLIGHT_ENABLE = no # Enable 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 # Enable WS2812 RGB underlight. | 14 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
diff --git a/keyboards/bpiphany/tiger_lily/keymaps/default/rules.mk b/keyboards/bpiphany/tiger_lily/keymaps/default/rules.mk index 177a98c80..418f54602 100644 --- a/keyboards/bpiphany/tiger_lily/keymaps/default/rules.mk +++ b/keyboards/bpiphany/tiger_lily/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 = no # Enable keyboard backlight functionality | 11 | BACKLIGHT_ENABLE = no # 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 |
diff --git a/keyboards/bpiphany/tiger_lily/keymaps/default_ansi/rules.mk b/keyboards/bpiphany/tiger_lily/keymaps/default_ansi/rules.mk index ef87c3a95..207eb8591 100644 --- a/keyboards/bpiphany/tiger_lily/keymaps/default_ansi/rules.mk +++ b/keyboards/bpiphany/tiger_lily/keymaps/default_ansi/rules.mk | |||
@@ -9,7 +9,6 @@ CONSOLE_ENABLE = no # Console for debug(+400) | |||
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 = no # Enable keyboard backlight functionality | 11 | BACKLIGHT_ENABLE = no # 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 |
diff --git a/keyboards/bpiphany/tiger_lily/keymaps/via/rules.mk b/keyboards/bpiphany/tiger_lily/keymaps/via/rules.mk index edd6deae7..b04378886 100644 --- a/keyboards/bpiphany/tiger_lily/keymaps/via/rules.mk +++ b/keyboards/bpiphany/tiger_lily/keymaps/via/rules.mk | |||
@@ -6,7 +6,6 @@ CONSOLE_ENABLE = no | |||
6 | COMMAND_ENABLE = yes | 6 | COMMAND_ENABLE = yes |
7 | NKRO_ENABLE = yes | 7 | NKRO_ENABLE = yes |
8 | BACKLIGHT_ENABLE = no | 8 | BACKLIGHT_ENABLE = no |
9 | MIDI_ENABLE = no | ||
10 | AUDIO_ENABLE = no | 9 | AUDIO_ENABLE = no |
11 | RGBLIGHT_ENABLE = no | 10 | RGBLIGHT_ENABLE = no |
12 | SLEEP_LED_ENABLE = no \ No newline at end of file | 11 | SLEEP_LED_ENABLE = no |