diff options
author | U-LANDSRAAD\drashna <drashna@live.com> | 2017-12-16 16:41:17 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-16 17:00:11 +0100 |
commit | 8a0997709beb151b66288739fd272a92b1eda6f3 (patch) | |
tree | 096ea8993494131399704d99419982a68175425f /keyboards/planck/rev5 | |
parent | 0e1a7314469eaf724071404f9b0ce889a73f5728 (diff) | |
download | qmk_firmware-8a0997709beb151b66288739fd272a92b1eda6f3.tar.gz qmk_firmware-8a0997709beb151b66288739fd272a92b1eda6f3.tar.xz |
Remove MIDI from Planck Rev5 to fix compile build size issue
Diffstat (limited to 'keyboards/planck/rev5')
-rw-r--r-- | keyboards/planck/rev5/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |