mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Merge branch 'master' of https://github.com/SpoinkyNL/Artemis.git
This commit is contained in:
commit
d5387ba965
@ -80,6 +80,10 @@ namespace Artemis.KeyboardProviders.Corsair
|
|||||||
Width = 21;
|
Width = 21;
|
||||||
KeyboardRegions.Add(new KeyboardRegion("TopRow", new Point(1, 0), new Point(1, 16)));
|
KeyboardRegions.Add(new KeyboardRegion("TopRow", new Point(1, 0), new Point(1, 16)));
|
||||||
break;
|
break;
|
||||||
|
case "K65 RGB":
|
||||||
|
Height = 7;
|
||||||
|
Width = 18;
|
||||||
|
break;
|
||||||
case "Strafe RGB":
|
case "Strafe RGB":
|
||||||
Height = 7;
|
Height = 7;
|
||||||
KeyboardRegions.Add(new KeyboardRegion("TopRow", new Point(1, 0), new Point(1, 16)));
|
KeyboardRegions.Add(new KeyboardRegion("TopRow", new Point(1, 0), new Point(1, 16)));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user