Skip to content

Commit

Permalink
TKC1800: Correct error on LED backlight support (qmk#3408)
Browse files Browse the repository at this point in the history
* Turn backlight support on by default

* Correct error on LED backlight support

Turns out, it doesn't work if you don't enable it in rules.mk. Who knew?
  • Loading branch information
TerryMathews authored and drashna committed Jul 15, 2018
1 parent 7f0a205 commit b292d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/tkc1800/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ COMMAND_ENABLE ?= yes # Commands for debug and configuration
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 ?= yes # USB Nkey Rollover
BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default
BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality on B7 by default
RGBLIGHT_ENABLE ?= yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
MIDI_ENABLE ?= no # MIDI controls
UNICODE_ENABLE ?= no # Unicode
Expand Down

0 comments on commit b292d30

Please sign in to comment.