diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-07-24 22:07:43 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-07-24 22:07:43 -0400 |
| commit | 8b94e26d7c3b30cc57d710a11e5651d15e8e3b20 (patch) | |
| tree | 365c257a28cafbb40e1b430db810e2fa4101d7e1 /Makefile | |
| parent | 4aa7d2e20627020c74172c0173b6d9700b84ff9b (diff) | |
| download | qmk_firmware-8b94e26d7c3b30cc57d710a11e5651d15e8e3b20.tar.gz qmk_firmware-8b94e26d7c3b30cc57d710a11e5651d15e8e3b20.zip | |
Fixes midi functionality
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -181,7 +181,7 @@ endif | |||
| 181 | 181 | ||
| 182 | ifeq ($(strip $(MIDI_ENABLE)), yes) | 182 | ifeq ($(strip $(MIDI_ENABLE)), yes) |
| 183 | OPT_DEFS += -DMIDI_ENABLE | 183 | OPT_DEFS += -DMIDI_ENABLE |
| 184 | SRC += $(QUANTUM_DIR)/process_keycode/process_audio.c | 184 | SRC += $(QUANTUM_DIR)/process_keycode/process_midi.c |
| 185 | endif | 185 | endif |
| 186 | 186 | ||
| 187 | ifeq ($(strip $(AUDIO_ENABLE)), yes) | 187 | ifeq ($(strip $(AUDIO_ENABLE)), yes) |
