diff options
author | Jeremy Bernhardt <bernhardtjeremy@gmail.com> | 2020-01-17 15:15:58 -0600 |
---|---|---|
committer | ridingqwerty <george.g.koenig@gmail.com> | 2020-01-17 16:15:58 -0500 |
commit | d11238f748554d66718b8fc13caa6e3da93fdf16 (patch) | |
tree | 8f7f2fad7774ae69f835cff2443781b97196866e /common_features.mk | |
parent | 95c24bbaf8ed2b3c9ee79226dea782dc84764c56 (diff) | |
download | qmk_firmware-d11238f748554d66718b8fc13caa6e3da93fdf16.tar.gz |
switching to you know whats up mode (#7921)
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 ifeq ($(strip $(STENO_ENABLE)), yes) OPT_DEFS += -DSTENO_ENABLE - VIRTSER_ENABLE := yes + VIRTSER_ENABLE ?= yes SRC += $(QUANTUM_DIR)/process_keycode/process_steno.c endif |