1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 21:38:38 +00:00

Added case for Corsair K65 RGB

This commit is contained in:
Logan Saso 2016-02-22 22:27:56 -08:00
parent 5a3e6341b0
commit d8b883f5d8

View File

@ -76,6 +76,10 @@ namespace Artemis.KeyboardProviders.Corsair
Height = 7;
Width = 21;
break;
case "K65 RGB":
Height = 7;
Width = 18;
break;
case "Strafe RGB":
Height = 7;
Width = 22;