From da19216b784f5a8346efafb92111d502594c81b4 Mon Sep 17 00:00:00 2001 From: Seom1177 Date: Mon, 22 Dec 2025 09:02:25 -0500 Subject: [PATCH] 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: "",