aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index 8e9bcf0b9..6dffe31ff 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -351,3 +351,9 @@ ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes)
351 QUANTUM_LIB_SRC += i2c_master.c 351 QUANTUM_LIB_SRC += i2c_master.c
352 SRC += oled_driver.c 352 SRC += oled_driver.c
353endif 353endif
354
355SPACE_CADET_ENABLE ?= yes
356ifeq ($(strip $(SPACE_CADET_ENABLE)), yes)
357 SRC += $(QUANTUM_DIR)/process_keycode/process_space_cadet.c
358 OPT_DEFS += -DSPACE_CADET_ENABLE
359endif