This commit is contained in:
Serge
2024-01-11 14:31:41 +01:00
parent ee86661aac
commit d8569d5d43
2 changed files with 8 additions and 8 deletions

View File

@@ -527,18 +527,18 @@ namespace GHelper.USB
return;
}
if (isStrix)
{
ApplyDirect(Enumerable.Repeat(color, AURA_ZONES).ToArray(), init);
return;
}
if (AppConfig.IsNoDirectRGB())
{
AsusHid.Write(new List<byte[]> { AuraMessage(AuraMode.AuraStatic, color, color, 0xeb, isSingleColor), MESSAGE_SET });
return;
}
if (isStrix)
{
ApplyDirect(Enumerable.Repeat(color, AURA_ZONES).ToArray(), init);
return;
}
if (init)
{
//Init();