From 633ffdf9629c8905336e7986eeee2094440f1699 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Sun, 25 Jun 2023 20:49:28 +1200 Subject: [PATCH] Support for GV601VI LED modes Closes #370 --- CHANGELOG.md | 3 ++- rog-aura/data/aura_support.ron | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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",