diff options
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk index 09d01debd..6c3646db9 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -61,7 +61,7 @@ endif | |||
61 | 61 | ||
62 | ifeq ($(strip $(STENO_ENABLE)), yes) | 62 | ifeq ($(strip $(STENO_ENABLE)), yes) |
63 | OPT_DEFS += -DSTENO_ENABLE | 63 | OPT_DEFS += -DSTENO_ENABLE |
64 | VIRTSER_ENABLE := yes | 64 | VIRTSER_ENABLE ?= yes |
65 | SRC += $(QUANTUM_DIR)/process_keycode/process_steno.c | 65 | SRC += $(QUANTUM_DIR)/process_keycode/process_steno.c |
66 | endif | 66 | endif |
67 | 67 | ||