summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa/lufa.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-11-18 22:22:24 -0500
committerJack Humbert <jack.humb@gmail.com>2016-11-18 22:22:24 -0500
commit161bd5596b5d8199f2e56246a27ccbdb8c80bb36 (patch)
treeb7d04688a4a9524b0a80363854d551c205df5d0d /tmk_core/protocol/lufa/lufa.h
parent3774a7fcdab5544fc787f4c200be05fcd417e31f (diff)
midi back and forth
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.h')
-rw-r--r--tmk_core/protocol/lufa/lufa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/protocol/lufa/lufa.h b/tmk_core/protocol/lufa/lufa.h
index aad08d6407..3fec797b6c 100644
--- a/tmk_core/protocol/lufa/lufa.h
+++ b/tmk_core/protocol/lufa/lufa.h
@@ -70,6 +70,7 @@ typedef struct {
#ifdef MIDI_ENABLE
void MIDI_Task(void);
MidiDevice midi_device;
+void send_unicode_midi(uint32_t unicode);
#endif
// #if LUFA_VERSION_INTEGER < 0x120730