From c08503826bf6f9c730d274563a97ef8ec7218b67 Mon Sep 17 00:00:00 2001 From: Brandon Tolbird Date: Sun, 18 May 2025 22:20:42 +0000 Subject: [PATCH 1/2] Add AURA support definition for 2021 TUF F17 (FX706HEB) --- 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 95532c58..d98111af 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -107,6 +107,15 @@ advanced_type: None, power_zones: [Keyboard], ), + ( + device_name: "FX706HEB", + product_id: "", + layout_name: "fx505d", + basic_modes: [Static, Breathe, RainbowCycle], + basic_zones: [], + advanced_type: None, + power_zones: [Keyboard], + ), ( device_name: "G512L", product_id: "", From f5f5e4f7202d6ff8ff605067e0d96bc544176249 Mon Sep 17 00:00:00 2001 From: fluke Date: Mon, 19 May 2025 08:52:11 +0000 Subject: [PATCH 2/2] Edit FX706HEB to become FX706H and match more models --- rog-aura/data/aura_support.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index d98111af..96f0ad81 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -108,7 +108,7 @@ power_zones: [Keyboard], ), ( - device_name: "FX706HEB", + device_name: "FX706H", product_id: "", layout_name: "fx505d", basic_modes: [Static, Breathe, RainbowCycle],