diff options
Diffstat (limited to 'common_features.mk')
| -rw-r--r-- | common_features.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk index bd1685869..eb623d18f 100644 --- a/common_features.mk +++ b/common_features.mk | |||
| @@ -103,6 +103,7 @@ ifeq ($(strip $(UNICODE_COMMON)), yes) | |||
| 103 | endif | 103 | endif |
| 104 | 104 | ||
| 105 | ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) | 105 | ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) |
| 106 | POST_CONFIG_H += $(QUANTUM_DIR)/rgblight_post_config.h | ||
| 106 | OPT_DEFS += -DRGBLIGHT_ENABLE | 107 | OPT_DEFS += -DRGBLIGHT_ENABLE |
| 107 | SRC += $(QUANTUM_DIR)/rgblight.c | 108 | SRC += $(QUANTUM_DIR)/rgblight.c |
| 108 | CIE1931_CURVE = yes | 109 | CIE1931_CURVE = yes |
| @@ -318,6 +319,7 @@ ifneq ($(strip $(DEBOUNCE_TYPE)), custom) | |||
| 318 | endif | 319 | endif |
| 319 | 320 | ||
| 320 | ifeq ($(strip $(SPLIT_KEYBOARD)), yes) | 321 | ifeq ($(strip $(SPLIT_KEYBOARD)), yes) |
| 322 | POST_CONFIG_H += $(QUANTUM_DIR)/split_common/post_config.h | ||
| 321 | OPT_DEFS += -DSPLIT_KEYBOARD | 323 | OPT_DEFS += -DSPLIT_KEYBOARD |
| 322 | 324 | ||
| 323 | # Include files used by all split keyboards | 325 | # Include files used by all split keyboards |
