mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Move G513I* to G513I in arua DB to catch full series of this range
Closes #336
This commit is contained in:
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Changed
|
### Changed
|
||||||
- Move FX506HC to FX506H in arua DB to catch full series of this range
|
- Move FX506HC to FX506H in arua DB to catch full series of this range
|
||||||
- Move FX506LH to FX506L in arua DB to catch full series of this range
|
- Move FX506LH to FX506L in arua DB to catch full series of this range
|
||||||
|
- Move G513I* to G513I in arua DB to catch full series of this range
|
||||||
- Remove notification handle tracking limit, fixes KDE issue with profile notif
|
- Remove notification handle tracking limit, fixes KDE issue with profile notif
|
||||||
- Rename daemon and daemon-user crates to asusd and asusd-user to not be confusing in workspace naming
|
- Rename daemon and daemon-user crates to asusd and asusd-user to not be confusing in workspace naming
|
||||||
- Prevent the multiple notifications from a profile change from occuring (too many functions with side effects!)
|
- Prevent the multiple notifications from a profile change from occuring (too many functions with side effects!)
|
||||||
|
|||||||
@@ -70,25 +70,11 @@
|
|||||||
advanced_type: None,
|
advanced_type: None,
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
board_name: "G513IC",
|
board_name: "G513I",
|
||||||
layout_name: "g513i",
|
|
||||||
basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse],
|
|
||||||
basic_zones: [],
|
|
||||||
advanced_type: Zoned([ZonedKbLeft, ZonedKbLeftMid, ZonedKbRightMid, ZonedKbRight, LightbarRight, LightbarRightCorner, LightbarRightBottom, LightbarLeftBottom, LightbarLeftCorner, LightbarLeft]),
|
|
||||||
),
|
|
||||||
(
|
|
||||||
board_name: "G513IH",
|
|
||||||
layout_name: "g513i",
|
layout_name: "g513i",
|
||||||
basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse],
|
basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse],
|
||||||
basic_zones: [Key1, Key2, Key3, Key4],
|
basic_zones: [Key1, Key2, Key3, Key4],
|
||||||
advanced_type: None,
|
advanced_type: Zoned([ZonedKbLeft, ZonedKbLeftMid, ZonedKbRightMid, ZonedKbRight, LightbarRight, LightbarRightCorner, LightbarRightBottom, LightbarLeftBottom, LightbarLeftCorner, LightbarLeft]),
|
||||||
),
|
|
||||||
(
|
|
||||||
board_name: "G513IM",
|
|
||||||
layout_name: "g513i-per-key",
|
|
||||||
basic_modes: [Flash, Static, Breathe, Strobe, Rainbow],
|
|
||||||
basic_zones: [],
|
|
||||||
advanced_type: PerKey,
|
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
board_name: "G513QE",
|
board_name: "G513QE",
|
||||||
|
|||||||
Reference in New Issue
Block a user