From 5a763fcf3c29b93c19d52015cf128b420bd2deca Mon Sep 17 00:00:00 2001 From: mtei <2170248+mtei@users.noreply.github.com> Date: Wed, 20 Mar 2019 21:09:00 +0900 Subject: [PATCH] remove TODO comment from quantum/rgblight.h --- quantum/rgblight.h | 2 -- 1 file changed, 2 deletions(-) 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;