diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-11-23 21:28:12 -0500 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-11-23 21:28:12 -0500 |
| commit | f25596b8dc2f15f620c07164d871023d9284618c (patch) | |
| tree | 5f49445087742533f5aed2567883ad59ddc47182 /tmk_core | |
| parent | cefa8468fb5f28bd67a0c02d371a4aef0964e20c (diff) | |
| download | qmk_firmware-f25596b8dc2f15f620c07164d871023d9284618c.tar.gz qmk_firmware-f25596b8dc2f15f620c07164d871023d9284618c.zip | |
rgblight fixes
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index eae3e8f29..aa2e781c8 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c | |||
| @@ -1055,7 +1055,7 @@ int main(void) | |||
| 1055 | // MIDI_Task(); | 1055 | // MIDI_Task(); |
| 1056 | #endif | 1056 | #endif |
| 1057 | 1057 | ||
| 1058 | #ifdef RGBLIGHT_ANIMATIONS | 1058 | #if defined(RGBLIGHT_ANIMATIONS) & defined(RGBLIGHT_ENABLE) |
| 1059 | rgblight_task(); | 1059 | rgblight_task(); |
| 1060 | #endif | 1060 | #endif |
| 1061 | 1061 | ||
