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

@@ -377,6 +377,11 @@ public static class AppConfig
return ContainsModel("GA401") || ContainsModel("FX517Z") || ContainsModel("FX516P") || ContainsModel("X13") || IsARCNM() || ContainsModel("GA502IU");
}
public static bool IsInputBacklight()
{
return ContainsModel("GA503") || ContainsModel("GA403");
}
public static bool IsStrix()
{
return ContainsModel("Strix") || ContainsModel("Scar") || ContainsModel("G703G");