diff options
author | Nick Brassel <nick@tzarc.org> | 2021-01-18 05:12:15 +1100 |
---|---|---|
committer | Zach White <skullydazed@drpepper.org> | 2021-01-17 10:19:56 -0800 |
commit | 31c57aab35e6fd49c4c8336f449419afe7630e93 (patch) | |
tree | 60b3508af9b3a953826d027a2dc6f2e2d028d1cc /quantum/rgblight.c | |
parent | e702c7f1b4cfa8fe1579498ef2877994baa64056 (diff) |
`qmk cformat`
Diffstat (limited to 'quantum/rgblight.c')
-rw-r--r-- | quantum/rgblight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c index b16c3e7c26..44e9eade53 100644 --- a/quantum/rgblight.c +++ b/quantum/rgblight.c @@ -843,7 +843,7 @@ void rgblight_update_sync(rgblight_syncinfo_t *syncinfo, bool write_to_eeprom) { animation_status.restart = true; } # endif /* RGBLIGHT_SPLIT_NO_ANIMATION_SYNC */ -# endif /* RGBLIGHT_USE_TIMER */ +# endif /* RGBLIGHT_USE_TIMER */ } #endif /* RGBLIGHT_SPLIT */ |