From 9ee7ee26a288b7ed3fef60086096203b58788bfb Mon Sep 17 00:00:00 2001 From: ulville Date: Wed, 10 Jul 2024 00:47:14 +0300 Subject: [PATCH] Add G614JZ (2023 Strix G16) Aura support This laptop has a 4 zone led keyboard. Tested on my own device. G614J model probably also has the same 4 basic zone support but I can't test it --- 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 dba5b3cc..e2a537a4 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -242,6 +242,15 @@ advanced_type: None, power_zones: [Keyboard, Lightbar], ), + ( + device_name: "G614JZ", + product_id: "", + layout_name: "g634j-per-key", + basic_modes: [Static, Breathe, Pulse, RainbowCycle, RainbowWave], + basic_zones: [Key1, Key2, Key3, Key4], + advanced_type: None, + power_zones: [Keyboard, Lightbar], + ), ( device_name: "G634J", product_id: "",