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:
parent
5a3e6341b0
commit
d8b883f5d8
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user