Skip to content

Commit

Permalink
Remove unsupported RGB modes for G513RM seerge#1603
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Nov 17, 2023
1 parent 744bce1 commit 69757ff
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");
return ContainsModel("G614JV") || ContainsModel("G614JZ") || ContainsModel("G512LI") || ContainsModel("G513RS") || ContainsModel("G513RM");
}

public static bool IsZ13()
Expand Down

0 comments on commit 69757ff

Please sign in to comment.