Ambient mode tweak for 2024 models

This commit is contained in:
Serge
2024-03-07 13:39:34 +01:00
parent a688275ca2
commit 06378162c8
3 changed files with 5 additions and 5 deletions

View File

@@ -598,7 +598,7 @@ namespace GHelper.USB
if (AppConfig.IsNoDirectRGB())
{
AsusHid.Write(new List<byte[]> { AuraMessage(AuraMode.AuraStatic, color, color, 0xeb, isSingleColor), MESSAGE_SET });
AsusHid.Write(new List<byte[]> { AuraMessage(AuraMode.AuraStatic, color, color, 0xeb, isSingleColor), MESSAGE_SET }, null);
return;
}