diff options
| author | U-LANDSRAAD\drashna <drashna@live.com> | 2017-12-26 18:06:27 -0800 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-01-21 12:02:03 -0500 |
| commit | 7d8a20b07f31309bc41de69583839058040c55b9 (patch) | |
| tree | ac748d3db0390a810ced93de6d14e8002b880d0a | |
| parent | 894fa0902fb27ed87a17d6c665959647883cbbce (diff) | |
| download | qmk_firmware-7d8a20b07f31309bc41de69583839058040c55b9.tar.gz qmk_firmware-7d8a20b07f31309bc41de69583839058040c55b9.zip | |
Disable MIDI on Planck so all revisions compile without compilition size errors
| -rw-r--r-- | keyboards/planck/rev5/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/planck/rules.mk | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/planck/rev5/rules.mk b/keyboards/planck/rev5/rules.mk index 2ca882a07..7e64e7edc 100644 --- a/keyboards/planck/rev5/rules.mk +++ b/keyboards/planck/rev5/rules.mk | |||
| @@ -1,2 +1 @@ | |||
| 1 | AUDIO_ENABLE = yes # Audio output on port C6 | AUDIO_ENABLE = yes # Audio output on port C6 | |
| 2 | MIDI_ENABLE = no | ||
diff --git a/keyboards/planck/rules.mk b/keyboards/planck/rules.mk index 439f7db64..4d882d0b0 100644 --- a/keyboards/planck/rules.mk +++ b/keyboards/planck/rules.mk | |||
| @@ -65,7 +65,7 @@ CONSOLE_ENABLE = yes # Console for debug(+400) | |||
| 65 | COMMAND_ENABLE = no # Commands for debug and configuration | 65 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 66 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 66 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 67 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 67 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 68 | MIDI_ENABLE = yes # MIDI controls | 68 | MIDI_ENABLE = no # MIDI controls |
| 69 | AUDIO_ENABLE = yes # Audio output on port C6 | 69 | AUDIO_ENABLE = yes # Audio output on port C6 |
| 70 | UNICODE_ENABLE = no # Unicode | 70 | UNICODE_ENABLE = no # Unicode |
| 71 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 71 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
