diff options
Diffstat (limited to 'common_features.mk')
| -rw-r--r-- | common_features.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk index 3296424a1..3bc6f1c73 100644 --- a/common_features.mk +++ b/common_features.mk | |||
| @@ -358,3 +358,9 @@ ifeq ($(strip $(SPACE_CADET_ENABLE)), yes) | |||
| 358 | SRC += $(QUANTUM_DIR)/process_keycode/process_space_cadet.c | 358 | SRC += $(QUANTUM_DIR)/process_keycode/process_space_cadet.c |
| 359 | OPT_DEFS += -DSPACE_CADET_ENABLE | 359 | OPT_DEFS += -DSPACE_CADET_ENABLE |
| 360 | endif | 360 | endif |
| 361 | |||
| 362 | |||
| 363 | ifeq ($(strip $(DIP_SWITCH_ENABLE)), yes) | ||
| 364 | SRC += $(QUANTUM_DIR)/dip_switch.c | ||
| 365 | OPT_DEFS += -DDIP_SWITCH_ENABLE | ||
| 366 | endif | ||
