1
0
Fork 0

implement modulation

This commit is contained in:
Gabriel Young 2017-02-18 05:32:55 -08:00
parent 7c5e510fe2
commit dd8f8e6bae
4 changed files with 61 additions and 206 deletions

View file

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