diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5804d7..e7c35296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Ranamed `Rainbow` effect to `RainbowWave` - Cleaned up serde crate deps - Fixed AniMe on GA402XZ +- Update some of the G713 device aura features ## [v6.0.10] diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index 8d7aed4e..003d5eb8 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -273,10 +273,10 @@ device_name: "G713IC", product_id: "", layout_name: "gx502", - basic_modes: [Static, Breathe, RainbowCycle, RainbowWave, Star, Rain, Highlight, Laser, Ripple, Pulse, Comet, Flash], - basic_zones: [], - advanced_type: PerKey, - power_zones: [Keyboard], + basic_modes: [Static, Breathe, RainbowCycle, RainbowWave, Pulse], + basic_zones: [Key1, Key2, Key3, Key4], + advanced_type: None, + power_zones: [Keyboard, Lightbar], ), ( device_name: "G713P", @@ -288,13 +288,31 @@ power_zones: [Keyboard], ), ( - device_name: "G713QM", + device_name: "G713QC", product_id: "", - layout_name: "ga401q", + layout_name: "gx502", basic_modes: [Static, Breathe, RainbowCycle, RainbowWave, Pulse], basic_zones: [Key1, Key2, Key3, Key4], advanced_type: None, - power_zones: [Keyboard], + power_zones: [Keyboard, Lightbar], + ), + ( + device_name: "G713QE", + product_id: "", + layout_name: "gx502", + basic_modes: [Static, Breathe, RainbowCycle, RainbowWave, Pulse], + basic_zones: [Key1, Key2, Key3, Key4], + advanced_type: None, + power_zones: [Keyboard, Lightbar], + ), + ( + device_name: "G713QM", + product_id: "", + layout_name: "gx502", + basic_modes: [Static, Breathe, RainbowCycle, RainbowWave, Star, Rain, Highlight, Laser, Ripple, Pulse, Comet, Flash], + basic_zones: [], + advanced_type: PerKey, + power_zones: [Keyboard, Lightbar], ), ( device_name: "G713QR", @@ -303,7 +321,7 @@ basic_modes: [Static, Breathe, RainbowCycle, RainbowWave, Star, Rain, Highlight, Laser, Ripple, Pulse, Comet, Flash], basic_zones: [], advanced_type: PerKey, - power_zones: [Keyboard], + power_zones: [Keyboard, Lightbar], ), ( device_name: "G713RC", diff --git a/rog-control-center/translations/en/rog-control-center.po b/rog-control-center/translations/en/rog-control-center.po index 070d2573..ca32cc23 100644 --- a/rog-control-center/translations/en/rog-control-center.po +++ b/rog-control-center/translations/en/rog-control-center.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-05-24 06:49+0000\n" +"POT-Creation-Date: 2024-05-26 09:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"