Browse Source

Disable MIDI on preonic to fix firmware compilation errors

pull/2186/head
U-LANDSRAAD\drashna 6 years ago
committed by Jack Humbert
parent
commit
5ffec5d9b0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/preonic/rules.mk

+ 1
- 1
keyboards/preonic/rules.mk View File

@ -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


Loading…
Cancel
Save