Skip to content

Commit

Permalink
Added G713PU to the list of models with a limited RGB support #3479
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Dec 13, 2024
1 parent 95ad1bf commit 48d9a58
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 @@ -489,7 +489,7 @@ public static bool IsBacklightZones()

public static bool IsStrixLimitedRGB()
{
return ContainsModel("G512LI") || ContainsModel("G513R") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G713RC") || ContainsModel("G513QM") || ContainsModel("G531G");
return ContainsModel("G512LI") || ContainsModel("G513R") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G713RC") || ContainsModel("G713PU") || ContainsModel("G513QM") || ContainsModel("G531G");
}

public static bool IsPossible4ZoneRGB()
Expand Down

0 comments on commit 48d9a58

Please sign in to comment.