summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/lufa/lufa.h
diff options
context:
space:
mode:
authorGabriel Young <gabeplaysdrums@live.com>2017-02-18 12:12:13 +0100
committerGabriel Young <gabeplaysdrums@live.com>2017-02-20 01:41:59 +0100
commite405ab4bc6ff47d189d99c4d51aadf60a642d82a (patch)
tree60d81499162c5a8a6d5e479f2acb2bba7dfe3392 /tmk_core/protocol/lufa/lufa.h
parent5ae1411fc387a682d3e22f5cddfe1102e3312af5 (diff)
downloadqmk_firmware-e405ab4bc6ff47d189d99c4d51aadf60a642d82a.tar.gz
qmk_firmware-e405ab4bc6ff47d189d99c4d51aadf60a642d82a.tar.xz
initial implementation of polyphony using variable length array of notes on
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.h')
-rw-r--r--tmk_core/protocol/lufa/lufa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/lufa.h b/tmk_core/protocol/lufa/lufa.h
index a049fd43c..a51573786 100644
--- a/tmk_core/protocol/lufa/lufa.h
+++ b/tmk_core/protocol/lufa/lufa.h
@@ -49,7 +49,7 @@
#include <LUFA/Drivers/USB/USB.h>
#include "host.h"
#ifdef MIDI_ENABLE
- #include "midi.h"
+ #include "process_midi.h"
#endif
#ifdef __cplusplus
extern "C" {