diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-11-15 13:18:10 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-11-15 13:18:10 -0500 |
commit | 530dd3377e4d409a7ca2fee7e47b60b735ebc0fa (patch) | |
tree | 963e57722ed33012c57af2f28c60fb00ab4e227e /tmk_core/protocol/lufa | |
parent | e9f748751808de2f1e85cf7fb670d78773bd5e76 (diff) |
animations, midi, etc
Diffstat (limited to 'tmk_core/protocol/lufa')
-rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index fe466f6047..b628cde370 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c @@ -1043,12 +1043,13 @@ int main(void) } #endif + keyboard_task(); + #ifdef MIDI_ENABLE midi_device_process(&midi_device); // MIDI_Task(); #endif - keyboard_task(); - + #ifdef RGBLIGHT_ENABLE rgblight_task(); #endif |