Added G513QM to the list of models with limited RGB https://github.com/seerge/g-helper/issues/1641

This commit is contained in:
Serge
2023-11-23 18:02:27 +01:00
parent 36d6d6af48
commit f4cc4b4ac5

View File

@@ -355,7 +355,7 @@ public static class AppConfig
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()