remove TODO comment from quantum/rgblight.h

This commit is contained in:
mtei 2019-03-20 21:09:00 +09:00
parent 907586fe36
commit 5a763fcf3c

View File

@ -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;