diff --git a/quantum/rgblight.h b/quantum/rgblight.h index 7e6399a10e..4e855aafe2 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h @@ -172,8 +172,6 @@ typedef struct _rgblight_status_t { bool timer_enabled; #ifdef RGBLIGHT_SPLIT uint8_t change_flags; - // TODO: add animation syncronizing - // (with integrate timer processing.) #endif } rgblight_status_t;