Added preliminary support for G513RW

This commit is contained in:
Edwin Clement
2023-09-15 20:03:02 -04:00
parent 6c375a9951
commit e29a568195

View File

@@ -143,6 +143,14 @@
advanced_type: Zoned([ZonedKbLeft, ZonedKbLeftMid, ZonedKbRightMid, ZonedKbRight, LightbarRight, LightbarRightCorner, LightbarRightBottom, LightbarLeftBottom, LightbarLeftCorner, LightbarLeft]),
power_zones: [Keyboard, Lightbar],
),
(
board_name: "G513RW",
layout_name: "g513i-per-key",
basic_modes: [Static, Breathe, Strobe, Rainbow, Star, Rain, Highlight, Laser, Ripple, Pulse, Comet, Flash],
basic_zones: [],
advanced_type: PerKey,
power_zones: [Keyboard],
),
(
board_name: "G531",
layout_name: "g513i-per-key",
@@ -671,4 +679,4 @@
advanced_type: None,
power_zones: [Keyboard],
),
])
])