summaryrefslogtreecommitdiffstats
path: root/tmk_core
diff options
context:
space:
mode:
authorGabriel Young <gabeplaysdrums@live.com>2017-02-18 14:32:55 +0100
committerGabriel Young <gabeplaysdrums@live.com>2017-02-20 01:43:02 +0100
commitdd8f8e6baeb1549735403edf2a2f04f07edb4bf2 (patch)
tree459ba917de580e7bdb5b2bad9688486209b46825 /tmk_core
parent7c5e510fe2e57d1b3c0f98612f1f89d413c07525 (diff)
downloadqmk_firmware-dd8f8e6baeb1549735403edf2a2f04f07edb4bf2.tar.gz
qmk_firmware-dd8f8e6baeb1549735403edf2a2f04f07edb4bf2.tar.xz
implement modulation
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/protocol/lufa/lufa.c2
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)
#ifdef MIDI_ENABLE
midi_device_process(&midi_device);
- // MIDI_Task();
+ midi_task();
#endif
#if defined(RGBLIGHT_ANIMATIONS) & defined(RGBLIGHT_ENABLE)