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/mitosis | |
| 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/mitosis')
| -rw-r--r-- | keyboards/mitosis/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/mitosis/rules.mk b/keyboards/mitosis/rules.mk index 02c042a4e..c989d6d52 100644 --- a/keyboards/mitosis/rules.mk +++ b/keyboards/mitosis/rules.mk | |||
| @@ -17,7 +17,6 @@ CUSTOM_MATRIX = yes # Remote matrix from the wireless bridge | |||
| 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 - not yet supported in LUFA | 18 | NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA |
| 19 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 20 | MIDI_ENABLE = no # MIDI support | ||
| 21 | UNICODE_ENABLE = yes # Unicode | 20 | UNICODE_ENABLE = yes # Unicode |
| 22 | 21 | ||
| 23 | # # project specific files | 22 | # # project specific files |
