aboutsummaryrefslogtreecommitdiff
path: root/build_keyboard.mk
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-08-24 10:37:02 +0300
committerFred Sundvik <fsundvik@gmail.com>2016-08-24 10:37:02 +0300
commit2e3834edea1bc2f83477dff1a423adc87c357471 (patch)
treea7461bb432b36db1c4348df670d9bcff6b9415d3 /build_keyboard.mk
parent7c9fff59d0bfd36016a5cd79d40ec27ae591610b (diff)
parenta9205484718ab2a74bc97884a2ea7b95882ed66d (diff)
downloadqmk_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.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)
138 SRC += $(QUANTUM_DIR)/process_keycode/process_midi.c 138 SRC += $(QUANTUM_DIR)/process_keycode/process_midi.c
139endif 139endif
140 140
141ifeq ($(strip $(VIRTSER_ENABLE)), yes)
142 OPT_DEFS += -DVIRTSER_ENABLE
143endif
144
141ifeq ($(strip $(AUDIO_ENABLE)), yes) 145ifeq ($(strip $(AUDIO_ENABLE)), yes)
142 OPT_DEFS += -DAUDIO_ENABLE 146 OPT_DEFS += -DAUDIO_ENABLE
143 SRC += $(QUANTUM_DIR)/process_keycode/process_music.c 147 SRC += $(QUANTUM_DIR)/process_keycode/process_music.c