Skip to content

Commit

Permalink
Added G513QM to the list of models with limited RGB #1641
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Nov 23, 2023
1 parent 36d6d6a commit f4cc4b4
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 @@ -355,7 +355,7 @@ public static bool IsStrix()

public static bool IsStrixLimitedRGB()
{
return ContainsModel("G614JV") || ContainsModel("G614JZ") || ContainsModel("G512LI") || ContainsModel("G513RS") || ContainsModel("G513RM") || ContainsModel("G713PV") || ContainsModel("G513IE");
return ContainsModel("G614JV") || ContainsModel("G614JZ") || ContainsModel("G512LI") || ContainsModel("G513RS") || ContainsModel("G513RM") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G513QM");
}

public static bool IsStrixNumpad()
Expand Down

0 comments on commit f4cc4b4

Please sign in to comment.