From 711aa1e4be7bf478e273096e9060e114259d59f1 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Mon, 6 Jun 2022 00:14:19 +1200 Subject: [PATCH] Add support for GA402R Closes #196 --- data/asusd-ledmodes.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/asusd-ledmodes.toml b/data/asusd-ledmodes.toml index dc593451..c1d25733 100644 --- a/data/asusd-ledmodes.toml +++ b/data/asusd-ledmodes.toml @@ -96,6 +96,13 @@ standard = ["Static", "Breathe", "Pulse"] multizone = false per_key = false +[[led_data]] +prod_family = "ROG Zephyrus G14" +board_names = ["GA402R"] +standard = ["Static", "Breathe", "Pulse", "Rainbow"] +multizone = false +per_key = false + # GA503QE at higher priority (first match) than GA503Q [[led_data]] prod_family = "ROG Zephyrus G15"