summaryrefslogtreecommitdiffstats
path: root/build_keyboard.mk
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-08-24 09:37:02 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-08-24 09:37:02 +0200
commit2e3834edea1bc2f83477dff1a423adc87c357471 (patch)
treea7461bb432b36db1c4348df670d9bcff6b9415d3 /build_keyboard.mk
parent7c9fff59d0bfd36016a5cd79d40ec27ae591610b (diff)
parenta9205484718ab2a74bc97884a2ea7b95882ed66d (diff)
downloadqmk_firmware-2e3834edea1bc2f83477dff1a423adc87c357471.tar.gz
qmk_firmware-2e3834edea1bc2f83477dff1a423adc87c357471.tar.xz
Merge remote-tracking branch 'upstream/master' into makefile_overhaul
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r--build_keyboard.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk
index a2a2871e6..f843572f6 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