From 81529b7374d5082cf6ee53a87d7110b1b9309d36 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Sun, 25 Jun 2023 20:59:26 +1200 Subject: [PATCH] Update GL503 led config --- CHANGELOG.md | 1 + rog-aura/data/aura_support.ron | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5cc1d82..c6a6d500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index 24c30c7e..fab5efd5 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -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",