Remove setting the animation/effect when setting hsv ; some of the effects like glowing will use the hsv color specified
This commit is contained in:
parent
79b4a0ea6f
commit
6345bd5468
1 changed files with 0 additions and 1 deletions
|
@ -354,7 +354,6 @@ int zmk_rgb_underglow_set_hsb(uint16_t hue, uint8_t saturation, uint8_t brightne
|
||||||
state.hue = hue;
|
state.hue = hue;
|
||||||
state.saturation = saturation;
|
state.saturation = saturation;
|
||||||
state.brightness = brightness;
|
state.brightness = brightness;
|
||||||
state.current_effect = UNDERGLOW_EFFECT_SOLID;
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue