]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - Makefile
Merge remote-tracking branch 'upstream/master' into kitten_paw
[qmk_firmware.git] / Makefile
index 693edc9f06cee4578413051d79153a55addeb970..331badcf84fbb243b08c5e475f78638b5694f52e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -190,6 +190,10 @@ ifeq ($(strip $(MIDI_ENABLE)), yes)
        SRC += $(QUANTUM_DIR)/process_keycode/process_midi.c
 endif
 
+ifeq ($(strip $(VIRTSER_ENABLE)), yes)
+    OPT_DEFS += -DVIRTSER_ENABLE
+endif
+
 ifeq ($(strip $(AUDIO_ENABLE)), yes)
     OPT_DEFS += -DAUDIO_ENABLE
        SRC += $(QUANTUM_DIR)/process_keycode/process_music.c