Skip to content

Commit e265a78

Browse files
committed
ProArt backlight init #2973
1 parent 18b6dd7 commit e265a78

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/USB/Aura.cs

+6-3
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,12 @@ public static void Init()
271271

272272
if (AppConfig.IsProArt())
273273
{
274-
AsusHid.WriteInput([0x21,0x0A]);
275-
AsusHid.WriteInput([AsusHid.INPUT_ID, 0x05, 0x20, 0x31, 0x00, 0x08, 0x83, 0x05, 0xC1, 0x00, 0x01, 0x02, 0x01, 0x00, 0x56, 0x0F]);
276-
AsusHid.WriteInput([AsusHid.INPUT_ID, 0xD0, 0x85, 0xFF, 0x01, 0xEC]);
274+
AsusHid.WriteInput([AsusHid.INPUT_ID, 0x05, 0x20, 0x31, 0x00, 0x08], "ProArt Init");
275+
AsusHid.WriteInput([AsusHid.INPUT_ID, 0xD0, 0x4E], "ProArt Init");
276+
AsusHid.WriteInput([AsusHid.INPUT_ID, 0xBA, 0xC5, 0xC4], "ProArt Init");
277+
AsusHid.WriteInput([AsusHid.INPUT_ID, 0xD0, 0x8F, 0x01], "ProArt Init");
278+
AsusHid.WriteInput([AsusHid.INPUT_ID, 0xD0, 0x85, 0xFF], "ProArt Init");
279+
AsusHid.WriteInput([AsusHid.INPUT_ID, 0xD0, 0x4E], "ProArt Init");
277280
}
278281
}
279282

0 commit comments

Comments
 (0)