diff options
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 fb60658df..bd2498057 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c | |||
@@ -1180,7 +1180,7 @@ int main(void) | |||
1180 | 1180 | ||
1181 | #ifdef MIDI_ENABLE | 1181 | #ifdef MIDI_ENABLE |
1182 | midi_device_process(&midi_device); | 1182 | midi_device_process(&midi_device); |
1183 | // MIDI_Task(); | 1183 | midi_task(); |
1184 | #endif | 1184 | #endif |
1185 | 1185 | ||
1186 | #if defined(RGBLIGHT_ANIMATIONS) & defined(RGBLIGHT_ENABLE) | 1186 | #if defined(RGBLIGHT_ANIMATIONS) & defined(RGBLIGHT_ENABLE) |