diff options
author | U-LANDSRAAD\drashna <drashna@live.com> | 2017-12-20 16:06:50 -0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-20 19:26:24 -0500 |
commit | 5ffec5d9b09333173d85abb228f38225388938ca (patch) | |
tree | 97b04738f557ef50f4480c89ca682e0db3f06977 /keyboards/preonic | |
parent | a8eaf0b666905a5b1ecee580b2fe4c89756ec09a (diff) | |
download | qmk_firmware-5ffec5d9b09333173d85abb228f38225388938ca.tar.gz qmk_firmware-5ffec5d9b09333173d85abb228f38225388938ca.zip |
Disable MIDI on preonic to fix firmware compilation errors
Diffstat (limited to 'keyboards/preonic')
-rw-r--r-- | keyboards/preonic/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/preonic/rules.mk b/keyboards/preonic/rules.mk index 60087e9785..d5b21388af 100644 --- a/keyboards/preonic/rules.mk +++ b/keyboards/preonic/rules.mk @@ -61,7 +61,7 @@ CONSOLE_ENABLE = yes # Console for debug(+400) COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = yes # 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 |