Backlight brightness tweak for G14 2024

This commit is contained in:
Serge
2024-02-11 11:46:37 +01:00
parent af9d3eb50e
commit 094fce0117
2 changed files with 6 additions and 1 deletions

View File

@@ -298,7 +298,7 @@ namespace GHelper.USB
if (AppConfig.IsAlly()) ApplyAura();
if (AppConfig.ContainsModel("GA503"))
if (AppConfig.IsInputBacklight())
AsusHid.WriteInput(new byte[] { AsusHid.INPUT_ID, 0xBA, 0xC5, 0xC4, (byte)brightness }, log);
});