aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/wete/rules.mk
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2020-03-04 16:59:06 -0800
committerGitHub <noreply@github.com>2020-03-04 16:59:06 -0800
commit95ce19f8465f2226413b2b6090407b320b18a041 (patch)
treec3e53c8b089ed2db8c784ad70fc50103b0ed2d21 /keyboards/wete/rules.mk
parent9550ab334232b73025e105a9d04f67e57aa3c02f (diff)
downloadfirmware-95ce19f8465f2226413b2b6090407b320b18a041.tar.gz
firmware-95ce19f8465f2226413b2b6090407b320b18a041.tar.bz2
firmware-95ce19f8465f2226413b2b6090407b320b18a041.zip
Add RGB lighting through one of the free pins (#8294)
Diffstat (limited to 'keyboards/wete/rules.mk')
-rw-r--r--keyboards/wete/rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/wete/rules.mk b/keyboards/wete/rules.mk
index 3999511fa..81c717c57 100644
--- a/keyboards/wete/rules.mk
+++ b/keyboards/wete/rules.mk
@@ -14,6 +14,7 @@ SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover
CUSTOM_MATRIX = no # Custom matrix file
BACKLIGHT_ENABLE = yes
+RGBLIGHT_ENABLE = yes
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE