diff options
author | David Olsson <david.olsson@softhouse.se> | 2017-02-11 10:50:37 +0100 |
---|---|---|
committer | David Olsson <david.olsson@softhouse.se> | 2017-02-11 10:50:37 +0100 |
commit | 052f81aacaa3b5afa93f9db3667f31f9365348ce (patch) | |
tree | dcfde5c6fed00e248535ac4d975831f33316cc8a /keyboards/planck/keymaps/cbbrowne/Makefile | |
parent | aa69337cf563d7b37722aabfcd1c5bae6c185208 (diff) | |
parent | 835556da9111d91b71c545d6a273e843f07631ae (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/planck/keymaps/cbbrowne/Makefile')
-rw-r--r-- | keyboards/planck/keymaps/cbbrowne/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/cbbrowne/Makefile b/keyboards/planck/keymaps/cbbrowne/Makefile index b1c70ace70..19e5c2a844 100644 --- a/keyboards/planck/keymaps/cbbrowne/Makefile +++ b/keyboards/planck/keymaps/cbbrowne/Makefile @@ -12,11 +12,11 @@ COMMAND_ENABLE = yes # 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 = yes # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls -AUDIO_ENABLE = yes # Audio output on port C6 +AUDIO_ENABLE = no # Audio output on port C6 UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. -API_SYSEX_ENABLE = yes # Enable SYSEX API (+5390) +API_SYSEX_ENABLE = no # Enable SYSEX API (+5390) # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |