Fixes an issue where the LED colors show incorrect colors

This commit is contained in:
Kasper 2021-04-04 16:24:09 -07:00 committed by Adam Honse
parent b572c15cce
commit d8bc1c9042

View file

@ -137,6 +137,11 @@ void CorsairVengeanceProController::SetEffect(unsigned char mode,
unsigned char blu2
)
{
if(mode == effect_mode)
{
return;
}
effect_mode = mode;
direct_mode = (effect_mode == CORSAIR_PRO_MODE_DIRECT);