diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-08-24 10:37:02 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-08-24 10:37:02 +0300 |
commit | 2e3834edea1bc2f83477dff1a423adc87c357471 (patch) | |
tree | a7461bb432b36db1c4348df670d9bcff6b9415d3 /build_keyboard.mk | |
parent | 7c9fff59d0bfd36016a5cd79d40ec27ae591610b (diff) | |
parent | a9205484718ab2a74bc97884a2ea7b95882ed66d (diff) | |
download | qmk_firmware-2e3834edea1bc2f83477dff1a423adc87c357471.tar.gz qmk_firmware-2e3834edea1bc2f83477dff1a423adc87c357471.zip |
Merge remote-tracking branch 'upstream/master' into makefile_overhaul
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r-- | build_keyboard.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk index a2a2871e6e..f843572f66 100644 --- a/build_keyboard.mk +++ b/build_keyboard.mk @@ -138,6 +138,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 |