Update GL503 led config

This commit is contained in:
Luke D. Jones
2023-06-25 20:59:26 +12:00
parent 2289af3ef6
commit 81529b7374
2 changed files with 8 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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
- Prevent the multiple notifications from a profile change from occuring (too many functions with side effects!)
- Update GL503 led config
### BREAKING
- All Anime related DBUS methods/notifs are changed

View File

@@ -62,13 +62,6 @@
basic_zones: [Key1, Key2, Key3, Key4],
advanced_type: None,
),
(
board_name: "G512LI",
layout_name: "gl503",
basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse],
basic_zones: [],
advanced_type: None,
),
(
board_name: "G512LV",
layout_name: "ga401q",
@@ -363,6 +356,13 @@
basic_zones: [],
advanced_type: None,
),
(
board_name: "GL503",
layout_name: "gl503",
basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse],
basic_zones: [Key1, Key2, Key3, Key4],
advanced_type: None,
),
(
board_name: "GL503V",
layout_name: "gl503",