summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2019-04-23 08:42:36 +0900
committerGitHub <noreply@github.com>2019-04-23 08:42:36 +0900
commit70945f1146a035da81f2545671f4768a2e97847b (patch)
tree006423449efd6aed1b50609b43f7cbbdc927d266 /common_features.mk
parent0a04a0e4191419455fadfeadaaec6696d9dea890 (diff)
parent4bbdd77e83001f07dd70ad723c951fcea61b48b8 (diff)
Merge pull request #19 from zsa/feature/split_rgb
Adds the Split RGBLight support
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index bd1685869d..eb623d18fa 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -103,6 +103,7 @@ ifeq ($(strip $(UNICODE_COMMON)), yes)
endif
ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
+ POST_CONFIG_H += $(QUANTUM_DIR)/rgblight_post_config.h
OPT_DEFS += -DRGBLIGHT_ENABLE
SRC += $(QUANTUM_DIR)/rgblight.c
CIE1931_CURVE = yes
@@ -318,6 +319,7 @@ ifneq ($(strip $(DEBOUNCE_TYPE)), custom)
endif
ifeq ($(strip $(SPLIT_KEYBOARD)), yes)
+ POST_CONFIG_H += $(QUANTUM_DIR)/split_common/post_config.h
OPT_DEFS += -DSPLIT_KEYBOARD
# Include files used by all split keyboards