aboutsummaryrefslogtreecommitdiffstats
path: root/common_features.mk
diff options
context:
space:
mode:
authorJeremy Bernhardt <bernhardtjeremy@gmail.com>2020-01-17 15:15:58 -0600
committerridingqwerty <george.g.koenig@gmail.com>2020-01-17 16:15:58 -0500
commitd11238f748554d66718b8fc13caa6e3da93fdf16 (patch)
tree8f7f2fad7774ae69f835cff2443781b97196866e /common_features.mk
parent95c24bbaf8ed2b3c9ee79226dea782dc84764c56 (diff)
downloadfirmware-d11238f748554d66718b8fc13caa6e3da93fdf16.tar.gz
firmware-d11238f748554d66718b8fc13caa6e3da93fdf16.tar.bz2
firmware-d11238f748554d66718b8fc13caa6e3da93fdf16.zip
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 09d01debd..6c3646db9 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