1
0
Fork 0

animations, midi, etc

This commit is contained in:
Jack Humbert 2016-11-15 13:18:10 -05:00
parent e9f7487518
commit 530dd3377e
2 changed files with 3 additions and 3 deletions

View file

@ -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