diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-07-25 12:55:46 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-07-25 12:55:46 -0400 |
commit | 17a7570e081a92e9a975ed86f94b9c0bbfc158f4 (patch) | |
tree | 51a8dd3596314dec1d87c9f35b3fa9069166960d /Makefile | |
parent | 82f768e6c04c57fa44d6020e3d57a6b3de211ddc (diff) | |
parent | f9aadd17e8fce17fe1e135cf8022e71a35ae5adf (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |