aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa/lufa.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
-rw-r--r--tmk_core/protocol/lufa/lufa.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c
index fe466f604..b628cde37 100644
--- a/tmk_core/protocol/lufa/lufa.c
+++ b/tmk_core/protocol/lufa/lufa.c
@@ -1043,12 +1043,13 @@ int main(void)
1043 } 1043 }
1044 #endif 1044 #endif
1045 1045
1046 keyboard_task();
1047
1046#ifdef MIDI_ENABLE 1048#ifdef MIDI_ENABLE
1047 midi_device_process(&midi_device); 1049 midi_device_process(&midi_device);
1048 // MIDI_Task(); 1050 // MIDI_Task();
1049#endif 1051#endif
1050 keyboard_task(); 1052
1051
1052#ifdef RGBLIGHT_ENABLE 1053#ifdef RGBLIGHT_ENABLE
1053 rgblight_task(); 1054 rgblight_task();
1054#endif 1055#endif