1
0
Fork 0

[core] fix rgb source include

This commit is contained in:
Jack Humbert 2017-09-15 22:12:25 -04:00
parent 6198fed566
commit 024f0455de
1 changed files with 2 additions and 1 deletions

View File

@ -93,12 +93,13 @@ endif
ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
OPT_DEFS += -DRGBLIGHT_ENABLE
SRC += $(QUANTUM_DIR)/rgblight.c
CIE1931_CURVE = yes
LED_BREATHING_TABLE = yes
ifeq ($(strip $(RGBLIGHT_CUSTOM_DRIVER)), yes)
OPT_DEFS += -DRGBLIGHT_CUSTOM_DRIVER
else
SRC += ws2812.c
SRC += ws2812.c
endif
endif