Add G512LI and G513RS to aura_support.ron

This commit is contained in:
Luke D. Jones
2024-05-17 22:14:40 +12:00
parent a36ac2b6d3
commit 59795c605c
4 changed files with 16 additions and 12 deletions

View File

@@ -71,15 +71,6 @@
advanced_type: None,
power_zones: [Keyboard],
),
(
device_name: "G512",
product_id: "",
layout_name: "g512",
basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse],
basic_zones: [Key1, Key2, Key3, Key4],
advanced_type: None,
power_zones: [Keyboard],
),
(
device_name: "G512L",
product_id: "",
@@ -89,6 +80,15 @@
advanced_type: None,
power_zones: [Keyboard, Lightbar],
),
(
device_name: "G512LI",
product_id: "",
layout_name: "g512",
basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse],
basic_zones: [],
advanced_type: None,
power_zones: [Keyboard, Lightbar],
),
(
device_name: "G513I",
product_id: "",
@@ -845,4 +845,4 @@
advanced_type: None,
power_zones: [Keyboard],
),
])
])

View File

@@ -106,7 +106,10 @@ impl LedSupportFile {
}
return Some(config.clone());
} else {
warn!("the aura_support.ron file has no entry for this model: {device_name}, {product_id}")
warn!(
"the aura_support.ron file has no entry for this model: {device_name}, \
{product_id}"
)
}
}
None