From 2759c281968940c8f153f5726c836b9dfeadb20d Mon Sep 17 00:00:00 2001 From: Tobias Kantusch Date: Sat, 9 Nov 2024 23:06:54 +0100 Subject: [PATCH] feat(rog-aura): add GA605W aura support This adds support for aura effects on GA605W laptops. The model is basically the same as the GU605, just with an AMD chip, so the configuration is simply copied. --- 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 8619be4c..e27d0150 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -530,6 +530,15 @@ advanced_type: None, power_zones: [Keyboard], ), + ( + device_name: "GA605W", + product_id: "", + layout_name: "ga401q", + basic_modes: [Static, Breathe, RainbowCycle, RainbowWave, Pulse], + basic_zones: [], + advanced_type: Zoned([SingleZone]), + power_zones: [Keyboard], + ), ( device_name: "GL503", product_id: "",