diff options
author | TerryMathews <terry@terrymathews.net> | 2021-03-25 07:51:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 22:51:02 +1100 |
commit | 572395ac201123a17bc7e705d262ac311139b287 (patch) | |
tree | ae43c934147a6c4527e7f7cfd149e01c51e7532f /keyboards/tkc/godspeed75/rules.mk | |
parent | 95c74ae4ae969ed9d5004a6378a730b445e38d43 (diff) |
TKC GodSpeed75: add RGB LED support (#12278)
* GodSpeed75: add RGB support
* GodSpeed75: minor updates
* GodSpeed75: minor updates
* GodSpeed75: restore chconf.h
* GodSpeed75: restore chconf.h
* GodSpeed75: restore chconf.h
Diffstat (limited to 'keyboards/tkc/godspeed75/rules.mk')
-rw-r--r-- | keyboards/tkc/godspeed75/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/tkc/godspeed75/rules.mk b/keyboards/tkc/godspeed75/rules.mk index 69071e042f..6a6372474c 100644 --- a/keyboards/tkc/godspeed75/rules.mk +++ b/keyboards/tkc/godspeed75/rules.mk @@ -14,7 +14,7 @@ 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 -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output |