1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +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; Height = 7;
Width = 21; Width = 21;
break; break;
case "K65 RGB":
Height = 7;
Width = 18;
break;
case "Strafe RGB": case "Strafe RGB":
Height = 7; Height = 7;
Width = 22; Width = 22;