diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e2b31f..b5cc1d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support for FX507Z LED modes - Support for GL503V LED modes -- Support the Rear Glow on some laptops +- Support for G733C LED modes - Support for GV601VI LED modes +- Support the Rear Glow on some laptops - Support M16 matrix display - Custom images - Pixel gifs diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index 0531cd44..24c30c7e 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -120,7 +120,7 @@ ), ( board_name: "G513QY", - layout_name: "g513i-per-key", + layout_name: "g513i-per-key", basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse], basic_zones: [Key1, Key2, Key3, Key4], advanced_type: PerKey, @@ -307,6 +307,13 @@ basic_zones: [Key1, Key2, Key3, Key4], advanced_type: None, ), + ( + board_name: "G733C", + layout_name: "g513i-per-key", + basic_modes: [Static, Breathe, Strobe, Rainbow, Star, Rain, Highlight, Laser, Ripple, Pulse, Comet, Flash], + basic_zones: [Logo, BarLeft, BarRight], + advanced_type: PerKey, + ), ( board_name: "G733Q", layout_name: "gx502",