Skip to content

Commit

Permalink
Fn-Lock tweaks for GX502L #3617
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Jan 22, 2025
1 parent 6299acc commit efa001b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public static bool NoAura()

public static bool MediaKeys()
{
return (ContainsModel("GA401I") && !ContainsModel("GA401IHR")) || ContainsModel("G712L");
return (ContainsModel("GA401I") && !ContainsModel("GA401IHR")) || ContainsModel("G712L") || ContainsModel("GX502L");
}

public static bool IsSingleColor()
Expand Down

0 comments on commit efa001b

Please sign in to comment.