summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorXScorpion2 <rcalt2vt@gmail.com>2019-05-01 10:02:02 -0500
committerDrashna Jaelre <drashna@live.com>2019-05-01 08:47:37 -0700
commit8a9e766bdc0ec547cb2fd710967bee1070da80e0 (patch)
tree32273c93862becbbd4e0a55be28d1cd53580a6af /common_features.mk
parent59d28fe2884c0639ef020ece3e1bc6967ab0881f (diff)
rgblight 255 hue (#5547)
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index 6dffe31ff8..7c35f07d52 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -105,6 +105,7 @@ endif
ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
POST_CONFIG_H += $(QUANTUM_DIR)/rgblight_post_config.h
OPT_DEFS += -DRGBLIGHT_ENABLE
+ SRC += $(QUANTUM_DIR)/color.c
SRC += $(QUANTUM_DIR)/rgblight.c
CIE1931_CURVE = yes
LED_BREATHING_TABLE = yes