summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-11-22 02:14:16 +0100
committerJack Humbert <jack.humb@gmail.com>2016-11-22 02:14:16 +0100
commit6390033e8688550826a4bd3004a2e76568600657 (patch)
tree32ec4183fc85c3823d5fd9e4773181df8cb39a76 /tmk_core/protocol
parent664c0a036b3d7c3ed39f4a7a78d97f4a9cc7d20c (diff)
downloadqmk_firmware-6390033e8688550826a4bd3004a2e76568600657.tar.gz
qmk_firmware-6390033e8688550826a4bd3004a2e76568600657.tar.xz
cleaning up midid
Diffstat (limited to 'tmk_core/protocol')
-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 14da3b803..a33a16599 100644
--- a/tmk_core/protocol/lufa/lufa.c
+++ b/tmk_core/protocol/lufa/lufa.c
@@ -1051,7 +1051,7 @@ int main(void)
// MIDI_Task();
#endif
-#ifdef RGBLIGHT_ENABLE
+#ifdef RGBLIGHT_ANIMATIONS
rgblight_task();
#endif