From ad990c6ae1e57dcf6c04a1cbc993ad318a16ebd3 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Mon, 26 Jun 2023 11:52:14 +1200 Subject: [PATCH] Move G513I* to G513I in arua DB to catch full series of this range Closes #336 --- CHANGELOG.md | 1 + rog-aura/data/aura_support.ron | 18 ++---------------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5851cff2..f424612f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - 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 G513I* to G513I in arua DB to catch full series of this range - 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!) diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index fab5efd5..4280ec15 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -70,25 +70,11 @@ advanced_type: None, ), ( - board_name: "G513IC", - 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", + board_name: "G513I", layout_name: "g513i", basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse], basic_zones: [Key1, Key2, Key3, Key4], - advanced_type: None, - ), - ( - board_name: "G513IM", - layout_name: "g513i-per-key", - basic_modes: [Flash, Static, Breathe, Strobe, Rainbow], - basic_zones: [], - advanced_type: PerKey, + advanced_type: Zoned([ZonedKbLeft, ZonedKbLeftMid, ZonedKbRightMid, ZonedKbRight, LightbarRight, LightbarRightCorner, LightbarRightBottom, LightbarLeftBottom, LightbarLeftCorner, LightbarLeft]), ), ( board_name: "G513QE",