diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4159d9..21609fae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ 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] -### Changed FX506LH +### 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 +- Support for GV601VI LED modes + ## [v4.6.2] - Fix rog-control-center not reopening if `startup_in_background` is set @@ -637,4 +639,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix small deadlock with awaits -## [1.0.0] \ No newline at end of file +## [1.0.0] diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index 04126ac0..c0fec42c 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -531,4 +531,11 @@ basic_zones: [], advanced_type: None, ), -]) \ No newline at end of file + ( + board_name: "GV601VI", + layout_name: "ga401q", + basic_modes: [Static, Breathe, Pulse, Strobe], + basic_zones: [], + advanced_type: None, + ), +])