Skip to content

Commit

Permalink
ProArt backlight init #2973
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Aug 22, 2024
1 parent cb3bf3e commit a30b202
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/USB/Aura.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,13 @@ public static void Init()
Encoding.ASCII.GetBytes("]ASUS Tech.Inc."),
new byte[] { AsusHid.AURA_ID, 0x05, 0x20, 0x31, 0, 0x1A },
}, "Init");

if (AppConfig.IsProArt())
{
AsusHid.WriteInput([0x21,0x0A]);
AsusHid.WriteInput([AsusHid.INPUT_ID, 0x05, 0x20, 0x31, 0x00, 0x08, 0x83, 0x05, 0xC1, 0x00, 0x01, 0x02, 0x01, 0x00, 0x56, 0x0F]);
AsusHid.WriteInput([AsusHid.INPUT_ID, 0xD0, 0x85, 0xFF, 0x01, 0xEC]);
}
}


Expand Down

0 comments on commit a30b202

Please sign in to comment.