mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Merge branch 'main' into 'main'
Enable multizone support on Strix 513IH See merge request asus-linux/asusctl!69
This commit is contained in:
@@ -153,7 +153,7 @@ impl AuraConfig {
|
|||||||
.unwrap_or_else(|err| error!("Could not write config: {}", err));
|
.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) {
|
pub fn set_builtin(&mut self, effect: AuraEffect) {
|
||||||
match effect.zone() {
|
match effect.zone() {
|
||||||
AuraZone::None => {
|
AuraZone::None => {
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ per_key = false
|
|||||||
prod_family = "ROG Strix"
|
prod_family = "ROG Strix"
|
||||||
board_names = ["G513IH"]
|
board_names = ["G513IH"]
|
||||||
standard = ["Static", "Breathe", "Strobe", "Rainbow", "Star", "Pulse"]
|
standard = ["Static", "Breathe", "Strobe", "Rainbow", "Star", "Pulse"]
|
||||||
multizone = false
|
multizone = true
|
||||||
per_key = false
|
per_key = false
|
||||||
|
|
||||||
[[led_data]]
|
[[led_data]]
|
||||||
|
|||||||
Reference in New Issue
Block a user