From 35352a8a7c3b19a11e17f2f6039c8d2a980341d2 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Tue, 2 May 2023 08:51:44 +1200 Subject: [PATCH] Support for GL503V LED modes --- CHANGELOG.md | 5 ++++- rog-aura/data/aura_support.ron | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21609fae..a0ab5435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- Support for FX507Z LED modes +- Support for GL503V LED modes ### 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 @@ -12,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v4.6.2] -- Fix rog-control-center not reopening if `startup_in_background` is set +- Fix rog-control-center not reopening if `startup_in_background` is set ## [v4.6.1] ### Added diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index c0fec42c..4d059844 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -41,6 +41,13 @@ basic_zones: [], advanced_type: None, ), + ( + board_name: "FX507Z", + layout_name: "fa506i", + basic_modes: [Static, Breathe, Strobe, Pulse], + basic_zones: [], + advanced_type: None, + ), ( board_name: "FX516P", layout_name: "fa506i", @@ -349,6 +356,13 @@ basic_zones: [], advanced_type: None, ), + ( + board_name: "GL503V", + layout_name: "gl503", + basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse], + basic_zones: [Key1, Key2, Key3, Key4], + advanced_type: None, + ), ( board_name: "GL504G", layout_name: "gl503",