Fix bad keybaord layout

This commit is contained in:
Luke D. Jones
2023-09-04 10:19:57 +12:00
parent 91f0c2ea14
commit 4641e19c43

View File

@@ -279,6 +279,14 @@
advanced_type: PerKey,
power_zones: [Keyboard],
),
(
board_name: "G713RC",
layout_name: "gx502",
basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse],
basic_zones: [],
advanced_type: Zoned([ZonedKbLeft, ZonedKbLeftMid, ZonedKbRightMid, ZonedKbRight, LightbarRight, LightbarRightCorner, LightbarRightBottom, LightbarLeftBottom, LightbarLeftCorner, LightbarLeft]),
power_zones: [Keyboard, Lightbar],
),
(
board_name: "G713RM",
layout_name: "ga401q",
@@ -663,12 +671,4 @@
advanced_type: None,
power_zones: [Keyboard],
),
(
board_name: "G713RC",
layout_name: "pc105",
basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse],
basic_zones: [],
advanced_type: Zoned([ZonedKbLeft, ZonedKbLeftMid, ZonedKbRightMid, ZonedKbRight, LightbarRight, LightbarRightCorner, LightbarRightBottom, LightbarLeftBottom, LightbarLeftCorner, LightbarLeft]),
power_zones: [Keyboard, Lightbar],
),
])
])