Get wave mode working

This commit is contained in:
Adam Honse 2021-04-16 00:42:05 -05:00
parent c83ab4bbf6
commit 046abeb1ec
3 changed files with 22 additions and 9 deletions

View file

@ -291,7 +291,7 @@ void RGBController_RazerAddressable::DeviceUpdateMode()
break;
case RAZER_ADDRESSABLE_MODE_WAVE:
controller->SetModeWave('0');
controller->SetModeWave(1);
break;
}
}