diff options
author | Joel Challis <git@zvecr.com> | 2020-01-19 00:59:09 +0000 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-02-26 10:15:12 +0900 |
commit | 5b6592f616b77f0be0146f2c7f4b6198f06516bd (patch) | |
tree | eee4060c6695b82433606f959aef75964b6c997a /tmk_core/protocol/chibios | |
parent | 895f8bdeb57071f0d10c4e8c0199acd8e18f1bf7 (diff) |
Move rgblight and backlight task to common location (#7733)
Diffstat (limited to 'tmk_core/protocol/chibios')
-rw-r--r-- | tmk_core/protocol/chibios/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/protocol/chibios/main.c b/tmk_core/protocol/chibios/main.c index 6d9608dddb..76e6e23776 100644 --- a/tmk_core/protocol/chibios/main.c +++ b/tmk_core/protocol/chibios/main.c @@ -234,8 +234,5 @@ int main(void) { webusb_task(); #endif -#if defined(RGBLIGHT_ANIMATIONS) && defined(RGBLIGHT_ENABLE) - rgblight_task(); -#endif } } |