From 54bd2ec80088a70c42def041b036c997f024b0c6 Mon Sep 17 00:00:00 2001 From: Adam Bierman Date: Thu, 27 Nov 2025 02:44:30 +0000 Subject: [PATCH 1/2] Update file aura_support.ron --- rog-aura/data/aura_support.ron | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index 9ef1bee9..797af7d6 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -512,6 +512,15 @@ advanced_type: PerKey, power_zones: [Keyboard, Lightbar], ), + ( + device_name: "G815LP", + product_id: "", + layout_name: "g814ji-per-key", + 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: "G834J", product_id: "", From b8d0245e7a8a420c8e27c0669886591f302536ec Mon Sep 17 00:00:00 2001 From: Adam Bierman Date: Thu, 27 Nov 2025 03:20:26 +0000 Subject: [PATCH 2/2] Support G815L --- rog-aura/data/aura_support.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index 797af7d6..fa4b0517 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -513,7 +513,7 @@ power_zones: [Keyboard, Lightbar], ), ( - device_name: "G815LP", + device_name: "G815L", product_id: "", layout_name: "g814ji-per-key", basic_modes: [Static, Breathe, RainbowCycle, RainbowWave, Star, Rain, Highlight, Laser, Ripple, Pulse, Comet, Flash],