From: U-LANDSRAAD\drashna Date: Sat, 16 Dec 2017 15:41:17 +0000 (-0800) Subject: Remove MIDI from Planck Rev5 to fix compile build size issue X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8a0997709beb151b66288739fd272a92b1eda6f3;p=qmk_firmware.git Remove MIDI from Planck Rev5 to fix compile build size issue --- diff --git a/keyboards/planck/rev5/rules.mk b/keyboards/planck/rev5/rules.mk index 3b22e0a01..2ca882a07 100644 --- a/keyboards/planck/rev5/rules.mk +++ b/keyboards/planck/rev5/rules.mk @@ -1 +1,2 @@ -AUDIO_ENABLE = yes # Audio output on port C6 \ No newline at end of file +AUDIO_ENABLE = yes # Audio output on port C6 +MIDI_ENABLE = no