diff options
author | Jason Green <jason@jasg.org> | 2016-08-01 05:02:52 +0000 |
---|---|---|
committer | Jason Green <jason@jasg.org> | 2016-08-23 04:16:35 +0000 |
commit | 80d10bef073e3d32149aa4a137d8016ac999dffc (patch) | |
tree | 763014f6f4484073e1c9c139f3ff9feb8189204e /Makefile | |
parent | d8c5041f0a3849c96d7e0bfcf7b22e1aba98ac04 (diff) |
Added USB Virtual Serial support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |