aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index fbfbc3ebc..8e9bcf0b9 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -178,6 +178,14 @@ ifeq ($(strip $(RGB_MATRIX_ENABLE)), WS2812)
178 SRC += ws2812.c 178 SRC += ws2812.c
179endif 179endif
180 180
181ifeq ($(strip $(RGB_MATRIX_CUSTOM_KB)), yes)
182 OPT_DEFS += -DRGB_MATRIX_CUSTOM_KB
183endif
184
185ifeq ($(strip $(RGB_MATRIX_CUSTOM_USER)), yes)
186 OPT_DEFS += -DRGB_MATRIX_CUSTOM_USER
187endif
188
181ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) 189ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
182 OPT_DEFS += -DTAP_DANCE_ENABLE 190 OPT_DEFS += -DTAP_DANCE_ENABLE
183 SRC += $(QUANTUM_DIR)/process_keycode/process_tap_dance.c 191 SRC += $(QUANTUM_DIR)/process_keycode/process_tap_dance.c