From da19216b784f5a8346efafb92111d502594c81b4 Mon Sep 17 00:00:00 2001 From: Seom1177 Date: Mon, 22 Dec 2025 09:02:25 -0500 Subject: [PATCH 1/2] Feat: add support for FA617NT and FA617XT models to aura_support.ron --- rog-aura/data/aura_support.ron | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index 71c19bc6..26cec104 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -44,6 +44,15 @@ advanced_type: r#None, power_zones: [Keyboard], ), + ( + device_name: "FA617NT", + product_id: "", + layout_name: "fa507", + basic_modes: [Static, Breathe, Pulse], + basic_zones: [], + advanced_type: r#None, + power_zones: [Keyboard], + ), ( device_name: "FA617XS", product_id: "", @@ -53,6 +62,15 @@ advanced_type: r#None, power_zones: [Keyboard], ), + ( + device_name: "FA617XT", + product_id: "", + layout_name: "fa507", + basic_modes: [Static, Breathe, Pulse], + basic_zones: [], + advanced_type: r#None, + power_zones: [Keyboard], + ), ( device_name: "FX505", product_id: "", From f53f1f360f0efe7fe10048ce22e5d035a70b9138 Mon Sep 17 00:00:00 2001 From: Seom1177 Date: Mon, 22 Dec 2025 09:06:06 -0500 Subject: [PATCH 2/2] Feat: update layout_name for FA617NS and FA617XS models in aura_support.ron --- rog-aura/data/aura_support.ron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index 26cec104..f161d402 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -38,7 +38,7 @@ ( device_name: "FA617NS", product_id: "", - layout_name: "fx505d", + layout_name: "fa507", basic_modes: [Static, Breathe, Pulse], basic_zones: [], advanced_type: r#None, @@ -56,7 +56,7 @@ ( device_name: "FA617XS", product_id: "", - layout_name: "fx505d", + layout_name: "fa507", basic_modes: [Static, Breathe, Pulse], basic_zones: [], advanced_type: r#None,