]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - common_features.mk
Fix location of where the make command should be run
[qmk_firmware.git] / common_features.mk
index 5eb56ccbfc23078671f70ea536f326e2f93443e3..0adf81afac4d9dab8056cbd1788e1ab36b258187 100644 (file)
@@ -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