Skip to content

Commit a30b202

Browse files
committed
ProArt backlight init #2973
1 parent cb3bf3e commit a30b202

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/USB/Aura.cs

+7
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,13 @@ public static void Init()
268268
Encoding.ASCII.GetBytes("]ASUS Tech.Inc."),
269269
new byte[] { AsusHid.AURA_ID, 0x05, 0x20, 0x31, 0, 0x1A },
270270
}, "Init");
271+
272+
if (AppConfig.IsProArt())
273+
{
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]);
277+
}
271278
}
272279

273280

0 commit comments

Comments
 (0)