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 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 |
55 | endif | 55 | endif |
56 | 56 | ||
57 | ifeq ($(strip $(STENO_ENABLE)), yes) | ||
58 | OPT_DEFS += -DSTENO_ENABLE | ||
59 | VIRTSER_ENABLE := yes | ||
60 | SRC += $(QUANTUM_DIR)/process_keycode/process_steno.c | ||
61 | endif | ||
62 | |||
57 | ifeq ($(strip $(VIRTSER_ENABLE)), yes) | 63 | ifeq ($(strip $(VIRTSER_ENABLE)), yes) |
58 | OPT_DEFS += -DVIRTSER_ENABLE | 64 | OPT_DEFS += -DVIRTSER_ENABLE |
59 | endif | 65 | endif |