From: U-LANDSRAAD\drashna Date: Wed, 27 Dec 2017 02:06:27 +0000 (-0800) Subject: Disable MIDI on Planck so all revisions compile without compilition size errors X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7d8a20b07f31309bc41de69583839058040c55b9;p=qmk_firmware.git Disable MIDI on Planck so all revisions compile without compilition size errors --- 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 @@ AUDIO_ENABLE = yes # Audio output on port C6 -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) COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -MIDI_ENABLE = yes # MIDI controls +MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = yes # Audio output on port C6 UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID