diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-05-28 12:05:17 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-05-28 12:05:17 -0400 |
| commit | 38987d4c1589d2d457459f42e179be24b712be30 (patch) | |
| tree | f2c0bff4e5c10a79b2479867c87906eedba26003 | |
| parent | de57799530d3184722532f93d156364067d8fcd5 (diff) | |
| download | qmk_firmware-38987d4c1589d2d457459f42e179be24b712be30.tar.gz qmk_firmware-38987d4c1589d2d457459f42e179be24b712be30.zip | |
updates quantum template to prevent backlight conflicts
| -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 | |||
| 123 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 123 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 124 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 124 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 125 | NKRO_ENABLE = no # USB Nkey Rollover | 125 | NKRO_ENABLE = no # USB Nkey Rollover |
| 126 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 126 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 127 | MIDI_ENABLE = no # MIDI controls | 127 | MIDI_ENABLE = no # MIDI controls |
| 128 | UNICODE_ENABLE = no # Unicode | 128 | UNICODE_ENABLE = no # Unicode |
| 129 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 129 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
