Crucial static mode needs to be updated for color changes
This commit is contained in:
parent
165798628b
commit
b9407606bd
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue