From 2f9693af66b587968ea180a47c66f0b96590af10 Mon Sep 17 00:00:00 2001 From: Mohsen Abdolahi Date: Sat, 12 Sep 2026 10:29:32 +0330 Subject: [PATCH] feat(rog-aura): add aura support for ROG Strix G16 G614FP The G614FP (AMD Ryzen 9 9955HX, Aura device 19b6) is missing from the aura support database, so asusd falls back to the generic Keyboard-only default. As a result the front bottom Lightbar zone is never initialised and stays dark. Add a G614FP entry matching the tested G614PP configuration (per-key keyboard + Lightbar). Verified on hardware that the bottom light bar powers on and responds to asusctl aura power/effect commands. --- 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 5d799a76..167d80f4 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -368,6 +368,15 @@ advanced_type: PerKey, power_zones: [Keyboard, Lightbar, Logo], ), + ( + device_name: "G614FP", + product_id: "19b6", + layout_name: "g634j-per-key", + basic_modes: [Static, Breathe, RainbowCycle, RainbowWave, Pulse], + basic_zones: [], + advanced_type: PerKey, + power_zones: [Keyboard, Lightbar], + ), ( device_name: "G614FR", product_id: "",