aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk
index f5e7af01f..5eb56ccbf 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -87,7 +87,7 @@ endif
87 87
88ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) 88ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
89 OPT_DEFS += -DRGBLIGHT_ENABLE 89 OPT_DEFS += -DRGBLIGHT_ENABLE
90 SRC += $(QUANTUM_DIR)/light_ws2812.c 90 SRC += ws2812.c
91 SRC += $(QUANTUM_DIR)/rgblight.c 91 SRC += $(QUANTUM_DIR)/rgblight.c
92 CIE1931_CURVE = yes 92 CIE1931_CURVE = yes
93 LED_BREATHING_TABLE = yes 93 LED_BREATHING_TABLE = yes