summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorFabian Topfstedt2017-07-31 21:17:16 +0200
committerFabian Topfstedt2017-07-31 21:17:16 +0200
commit9609a47c3e2050f252378386c0ce2b37b4c2aed8 (patch)
tree644105ce37b2b23532253555f62ba52693b3c1d3 /common_features.mk
parent661106bac466f99341edea9d2e38e2f8c75746d9 (diff)
parentbd0a888133d7f7c701574ac467c0f4be71221cc7 (diff)
Merge https://github.com/qmk/qmk_firmware
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)
SRC += $(QUANTUM_DIR)/process_keycode/process_combo.c
endif
+ifeq ($(strip $(STENO_ENABLE)), yes)
+ OPT_DEFS += -DSTENO_ENABLE
+ VIRTSER_ENABLE := yes
+ SRC += $(QUANTUM_DIR)/process_keycode/process_steno.c
+endif
+
ifeq ($(strip $(VIRTSER_ENABLE)), yes)
OPT_DEFS += -DVIRTSER_ENABLE
endif