summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorJeremy Bernhardt <bernhardtjeremy@gmail.com>2020-01-17 15:15:58 -0600
committerFlorian Didron <fdidron@users.noreply.github.com>2020-02-26 10:15:12 +0900
commit30ed4bdb38e68400b1bb13f3509516bfdf7a95be (patch)
tree1475f87aeed339091b02e4f314190fe7d4e15e65 /common_features.mk
parent93557cca47b5b99b19a81fd656ce708ec72846e7 (diff)
switching to you know whats up mode (#7921)
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk
index 2969cf8477..da922adbe4 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