summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-07-25 04:07:43 +0200
committerJack Humbert <jack.humb@gmail.com>2016-07-25 04:07:43 +0200
commit8b94e26d7c3b30cc57d710a11e5651d15e8e3b20 (patch)
tree365c257a28cafbb40e1b430db810e2fa4101d7e1 /Makefile
parent4aa7d2e20627020c74172c0173b6d9700b84ff9b (diff)
downloadqmk_firmware-8b94e26d7c3b30cc57d710a11e5651d15e8e3b20.tar.gz
qmk_firmware-8b94e26d7c3b30cc57d710a11e5651d15e8e3b20.tar.xz
Fixes midi functionality
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7a10bf32..980ab26b2 100644
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,7 @@ endif
ifeq ($(strip $(MIDI_ENABLE)), yes)
OPT_DEFS += -DMIDI_ENABLE
- SRC += $(QUANTUM_DIR)/process_keycode/process_audio.c
+ SRC += $(QUANTUM_DIR)/process_keycode/process_midi.c
endif
ifeq ($(strip $(AUDIO_ENABLE)), yes)