Skip to content

Commit

Permalink
fix(rgb): Give battery effect void arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Apr 11, 2024
1 parent c6759ce commit 13814f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/rgb_underglow.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static void zmk_rgb_underglow_effect_swirl(void) {
state.animation_step = state.animation_step % HUE_MAX;
}

static void zmk_rgb_underglow_effect_battery() {
static void zmk_rgb_underglow_effect_battery(void) {
struct zmk_led_hsb hsb = state.color;

// Only set lights if battery information available, otherwise set to blue
Expand Down

0 comments on commit 13814f8

Please sign in to comment.