fix(rgb): Give battery effect void arg
This commit is contained in:
parent
d182c091fc
commit
74ec39c92b
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ static void zmk_rgb_underglow_effect_swirl(void) {
|
||||||
state.animation_step = state.animation_step % HUE_MAX;
|
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;
|
struct zmk_led_hsb hsb = state.color;
|
||||||
|
|
||||||
// Only set lights if battery information available, otherwise set to blue
|
// Only set lights if battery information available, otherwise set to blue
|
||||||
|
|
Loading…
Add table
Reference in a new issue