diff options
author | Gabriel Young <gabeplaysdrums@live.com> | 2017-02-18 05:32:55 -0800 |
---|---|---|
committer | Gabriel Young <gabeplaysdrums@live.com> | 2017-02-19 16:43:02 -0800 |
commit | dd8f8e6baeb1549735403edf2a2f04f07edb4bf2 (patch) | |
tree | 459ba917de580e7bdb5b2bad9688486209b46825 /tmk_core/protocol/lufa/lufa.c | |
parent | 7c5e510fe2e57d1b3c0f98612f1f89d413c07525 (diff) |
implement modulation
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
-rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index fb60658df7..bd24980573 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c @@ -1180,7 +1180,7 @@ int main(void) #ifdef MIDI_ENABLE midi_device_process(&midi_device); - // MIDI_Task(); + midi_task(); #endif #if defined(RGBLIGHT_ANIMATIONS) & defined(RGBLIGHT_ENABLE) |