mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Fix multizone support on Strix 513IH
This commit is contained in:
@@ -153,7 +153,7 @@ impl AuraConfig {
|
||||
.unwrap_or_else(|err| error!("Could not write config: {}", err));
|
||||
}
|
||||
|
||||
/// Multipurpose, will accecpt AuraEffect with zones and put in the correct store
|
||||
/// Multipurpose, will accept AuraEffect with zones and put in the correct store
|
||||
pub fn set_builtin(&mut self, effect: AuraEffect) {
|
||||
match effect.zone() {
|
||||
AuraZone::None => {
|
||||
|
||||
@@ -65,7 +65,7 @@ per_key = false
|
||||
prod_family = "ROG Strix"
|
||||
board_names = ["G513IH"]
|
||||
standard = ["Static", "Breathe", "Strobe", "Rainbow", "Star", "Pulse"]
|
||||
multizone = false
|
||||
multizone = true
|
||||
per_key = false
|
||||
|
||||
[[led_data]]
|
||||
|
||||
Reference in New Issue
Block a user