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 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 |
| 139 | endif | 139 | endif |
| 140 | 140 | ||
| 141 | ifeq ($(strip $(VIRTSER_ENABLE)), yes) | ||
| 142 | OPT_DEFS += -DVIRTSER_ENABLE | ||
| 143 | endif | ||
| 144 | |||
| 141 | ifeq ($(strip $(AUDIO_ENABLE)), yes) | 145 | ifeq ($(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 |
