diff options
author | skullY <skullydazed@gmail.com> | 2016-04-13 14:20:08 -0700 |
---|---|---|
committer | skullY <skullydazed@gmail.com> | 2016-04-13 14:20:08 -0700 |
commit | 21d4cafb8c2894a71c4022e248b0dbcc1d9ce57d (patch) | |
tree | 6a88f6f90b9306046ffcfe80a5e099e623ee3532 /keyboard/clueboard1/Makefile | |
parent | 97f8f378761506914b69d4fd2d5661bfcae28295 (diff) | |
download | qmk_firmware-21d4cafb8c2894a71c4022e248b0dbcc1d9ce57d.tar.gz |
Fixup rgb underlight for clueboard1
Diffstat (limited to 'keyboard/clueboard1/Makefile')
-rw-r--r-- | keyboard/clueboard1/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboard/clueboard1/Makefile b/keyboard/clueboard1/Makefile index 429ea6088..50cde1517 100644 --- a/keyboard/clueboard1/Makefile +++ b/keyboard/clueboard1/Makefile @@ -119,8 +119,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = yes # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = yes # USB 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 -RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality +# RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality # MIDI_ENABLE = YES # MIDI controls # UNICODE_ENABLE = YES # Unicode # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |