diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-05-28 18:05:17 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-05-28 18:05:17 +0200 |
commit | 38987d4c1589d2d457459f42e179be24b712be30 (patch) | |
tree | f2c0bff4e5c10a79b2479867c87906eedba26003 /quantum/template | |
parent | de57799530d3184722532f93d156364067d8fcd5 (diff) | |
download | qmk_firmware-38987d4c1589d2d457459f42e179be24b712be30.tar.gz qmk_firmware-38987d4c1589d2d457459f42e179be24b712be30.tar.xz |
updates quantum template to prevent backlight conflicts
Diffstat (limited to 'quantum/template')
-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 1a535ef2c..f101eb7a6 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 |