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 5eb56ccbf..0adf81afa 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -54,6 +54,12 @@ ifeq ($(strip $(COMBO_ENABLE)), yes)
54 SRC += $(QUANTUM_DIR)/process_keycode/process_combo.c 54 SRC += $(QUANTUM_DIR)/process_keycode/process_combo.c
55endif 55endif
56 56
57ifeq ($(strip $(STENO_ENABLE)), yes)
58 OPT_DEFS += -DSTENO_ENABLE
59 VIRTSER_ENABLE := yes
60 SRC += $(QUANTUM_DIR)/process_keycode/process_steno.c
61endif
62
57ifeq ($(strip $(VIRTSER_ENABLE)), yes) 63ifeq ($(strip $(VIRTSER_ENABLE)), yes)
58 OPT_DEFS += -DVIRTSER_ENABLE 64 OPT_DEFS += -DVIRTSER_ENABLE
59endif 65endif