mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
Chore: Added support for FX607J
This commit is contained in:
@@ -88,7 +88,7 @@ async fn start_daemon() -> Result<(), Box<dyn Error>> {
|
|||||||
Ok(registry) => {
|
Ok(registry) => {
|
||||||
info!("attribute on zbus initialized");
|
info!("attribute on zbus initialized");
|
||||||
registry
|
registry
|
||||||
},
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
error!("Failed to initialize firmware attributes over zbus: {e:?}");
|
error!("Failed to initialize firmware attributes over zbus: {e:?}");
|
||||||
ArmouryAttributeRegistry::default()
|
ArmouryAttributeRegistry::default()
|
||||||
|
|||||||
@@ -89,6 +89,15 @@
|
|||||||
advanced_type: r#None,
|
advanced_type: r#None,
|
||||||
power_zones: [Keyboard],
|
power_zones: [Keyboard],
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
device_name: "FX607J",
|
||||||
|
product_id: "",
|
||||||
|
layout_name: "fa506i",
|
||||||
|
basic_modes: [Static, Breathe, Pulse],
|
||||||
|
basic_zones: [],
|
||||||
|
advanced_type: r#None,
|
||||||
|
power_zones: [Keyboard],
|
||||||
|
),
|
||||||
(
|
(
|
||||||
device_name: "FX617X",
|
device_name: "FX617X",
|
||||||
product_id: "",
|
product_id: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user