diff --git a/CHANGELOG.md b/CHANGELOG.md index dac6d169..063eafbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support for G733Z LED modes - Support for GU604V LED modes +- Support for GX650P LED modes ### Changed - Adjustments to Anime system events thread - Add "sleep" animetion config options to anime config diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index 8cb9e125..93dbecb0 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -468,6 +468,13 @@ basic_zones: [], advanced_type: PerKey, ), + ( + board_name: "GX650P", + layout_name: "gx531-per-key", + basic_modes: [Static, Breathe, Strobe, Rainbow, Star, Rain, Highlight, Laser, Ripple, Pulse, Comet, Flash], + basic_zones: [], + advanced_type: PerKey, + ), ( board_name: "GX701", layout_name: "gx531-per-key", @@ -482,4 +489,4 @@ basic_zones: [], advanced_type: None, ), -]) +]) \ No newline at end of file