diff --git a/app/AppConfig.cs b/app/AppConfig.cs
index 866416cac..a42ee710b 100644
--- a/app/AppConfig.cs
+++ b/app/AppConfig.cs
@@ -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") || ContainsModel("G513QM") || ContainsModel("G713RC");
+ return ContainsModel("G614JV") || ContainsModel("G614JZ") || ContainsModel("G512LI") || ContainsModel("G513R") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G513QM") || ContainsModel("G713RC");
}
public static bool IsStrixNumpad()
diff --git a/app/GHelper.csproj b/app/GHelper.csproj
index bc99ae012..3b12ae18b 100644
--- a/app/GHelper.csproj
+++ b/app/GHelper.csproj
@@ -15,7 +15,7 @@
AnyCPU
False
True
- 0.137
+ 0.138