Merge branch 'main' into 'main'

aura: Support for G733PZ

See merge request asus-linux/asusctl!167
This commit is contained in:
Luke Jones
2023-09-03 08:36:20 +00:00
2 changed files with 407 additions and 1 deletions

View File

@@ -351,6 +351,14 @@
advanced_type: PerKey,
power_zones: [Keyboard],
),
(
board_name: "G733PZ",
layout_name: "g733pz-per-key",
basic_modes: [Static, Breathe, Strobe, Rainbow, Star, Rain, Highlight, Laser, Ripple, Pulse, Comet, Flash],
basic_zones: [],
advanced_type: PerKey,
power_zones: [Keyboard, Lightbar],
),
(
board_name: "G733Q",
layout_name: "gx502",
@@ -655,4 +663,4 @@
advanced_type: None,
power_zones: [Keyboard],
),
])
])