Fix: ensure property derive is on all property methods for slash

This commit is contained in:
Luke D. Jones
2024-05-09 09:34:02 +12:00
parent a18692ef1e
commit 37bc5e45b9
8 changed files with 41 additions and 31 deletions

View File

@@ -89,15 +89,6 @@
advanced_type: Zoned([ZonedKbLeft, ZonedKbLeftMid, ZonedKbRightMid, ZonedKbRight, LightbarRight, LightbarRightCorner, LightbarRightBottom, LightbarLeftBottom, LightbarLeftCorner, LightbarLeft]),
power_zones: [Keyboard, Lightbar],
),
(
device_name: "G513QE",
product_id: "",
layout_name: "g513i",
basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse],
basic_zones: [Key1, Key2, Key3, Key4],
advanced_type: None,
power_zones: [Keyboard],
),
(
device_name: "G513Q",
product_id: "",
@@ -107,6 +98,15 @@
advanced_type: PerKey,
power_zones: [Keyboard],
),
(
device_name: "G513QE",
product_id: "",
layout_name: "g513i",
basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse],
basic_zones: [Key1, Key2, Key3, Key4],
advanced_type: None,
power_zones: [Keyboard],
),
(
device_name: "G513QY",
product_id: "",
@@ -818,4 +818,4 @@
advanced_type: None,
power_zones: [Keyboard],
),
])
])