mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Ambient mode fix for GA503 https://github.com/seerge/g-helper/issues/1790
This commit is contained in:
@@ -254,7 +254,7 @@ namespace GHelper.USB
|
||||
new byte[] { AsusHid.AURA_ID, 0x05, 0x20, 0x31, 0, 0x1a },
|
||||
//Encoding.ASCII.GetBytes("^ASUS Tech.Inc."),
|
||||
//new byte[] { 0x5e, 0x05, 0x20, 0x31, 0, 0x1a }
|
||||
});
|
||||
}, "Init");
|
||||
}
|
||||
|
||||
|
||||
@@ -535,6 +535,12 @@ namespace GHelper.USB
|
||||
return;
|
||||
}
|
||||
|
||||
if (AppConfig.ContainsModel("GA503"))
|
||||
{
|
||||
AsusHid.Write(new List<byte[]> { AuraMessage(AuraMode.AuraStatic, color, color, 0xeb, isSingleColor), MESSAGE_SET });
|
||||
return;
|
||||
}
|
||||
|
||||
if (init)
|
||||
{
|
||||
Init();
|
||||
|
||||
Reference in New Issue
Block a user