Crucial static mode needs to be updated for color changes

This commit is contained in:
morg 2022-01-04 12:36:54 +01:00 committed by Adam Honse
parent 165798628b
commit b9407606bd

View file

@ -163,6 +163,11 @@ void RGBController_Crucial::DeviceUpdateLEDs()
else
{
crucial->SetAllColorsEffect(&colors[0]);
if(modes[active_mode].value == CRUCIAL_MODE_STATIC)
{
crucial->SetMode(modes[active_mode].value);
}
}
}