Add RGB lighting through one of the free pins (#8294)

This commit is contained in:
James Young
2020-03-04 16:59:06 -08:00
committed by GitHub
parent 9550ab3342
commit 95ce19f846
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -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