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 09d01debd3..6c3646db94 100644 --- a/common_features.mk +++ b/common_features.mk @@ -61,7 +61,7 @@ endif ifeq ($(strip $(STENO_ENABLE)), yes) OPT_DEFS += -DSTENO_ENABLE - VIRTSER_ENABLE := yes + VIRTSER_ENABLE ?= yes SRC += $(QUANTUM_DIR)/process_keycode/process_steno.c endif |