diff options
author | Nathan Sharfi <me@ngalt.com> | 2016-05-30 15:45:17 -0700 |
---|---|---|
committer | Nathan Sharfi <me@ngalt.com> | 2016-05-30 15:45:17 -0700 |
commit | 222e8f031cef1d53c4d4ea33b3970193fcd070fa (patch) | |
tree | 0e10f397d2bf4ed5a3aced723fb3e97b09875d49 /quantum/template/Makefile | |
parent | 13810e4822d57553caa5aea537af7e80ad701589 (diff) | |
parent | 8ee9be11dee3db265cd8a0cc22a8fe40f6067820 (diff) |
Merge branch 'master' of github.com:jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/template/Makefile')
-rw-r--r-- | quantum/template/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/template/Makefile b/quantum/template/Makefile index 1a535ef2cb..f101eb7a67 100644 --- a/quantum/template/Makefile +++ b/quantum/template/Makefile @@ -123,7 +123,7 @@ KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = no # USB Nkey Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default MIDI_ENABLE = no # MIDI controls UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |