Skip to content

Commit

Permalink
Keep LEDs in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Nov 21, 2024
1 parent 7dd4232 commit 4f99b1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/rgb_underglow.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@ static void zmk_rgb_underglow_tick(struct k_work *work) {
zmk_rgb_underglow_effect_test();
break;
}
if (state.animation_step == 0)
zmk_rgb_underglow_central_send();

int err = led_strip_update_rgb(led_strip, pixels, STRIP_NUM_PIXELS);
if (err < 0) {
Expand Down

0 comments on commit 4f99b1f

Please sign in to comment.