diff options
author | KemoNine <mcrosson@kemonine.info> | 2020-12-15 11:19:52 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-01-08 16:08:13 -0500 |
commit | 6345bd54688a20cb054e061db3b3c7102bd0a0d4 (patch) | |
tree | f3caf62822fa7c3cdd21e983aaa2051357009ad8 | |
parent | 79b4a0ea6fdda3bd65cadd40106518ac20914cf5 (diff) |
Remove setting the animation/effect when setting hsv ; some of the effects like glowing will use the hsv color specified
-rw-r--r-- | app/src/rgb_underglow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/rgb_underglow.c b/app/src/rgb_underglow.c index a2c02ed..f3bd7a9 100644 --- a/app/src/rgb_underglow.c +++ b/app/src/rgb_underglow.c @@ -354,7 +354,6 @@ int zmk_rgb_underglow_set_hsb(uint16_t hue, uint8_t saturation, uint8_t brightne state.hue = hue; state.saturation = saturation; state.brightness = brightness; - state.current_effect = UNDERGLOW_EFFECT_SOLID; return 0; } |