diff --git a/app/src/rgb_underglow.c b/app/src/rgb_underglow.c
index a2c02ed8..f3bd7a9d 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;
 }