mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
fixed fan presets for profiles
This commit is contained in:
@@ -61,11 +61,14 @@ impl Config {
|
|||||||
config.kbd_backlight_modes.push(AuraModes::from(*n))
|
config.kbd_backlight_modes.push(AuraModes::from(*n))
|
||||||
}
|
}
|
||||||
|
|
||||||
let profile = Profile::default();
|
let mut profile = Profile::default();
|
||||||
|
profile.fan_preset = 0;
|
||||||
|
profile.turbo = true;
|
||||||
config.power_profiles.insert("normal".into(), profile);
|
config.power_profiles.insert("normal".into(), profile);
|
||||||
|
|
||||||
let mut profile = Profile::default();
|
let mut profile = Profile::default();
|
||||||
profile.fan_preset = 1;
|
profile.fan_preset = 1;
|
||||||
|
profile.turbo = true;
|
||||||
config.power_profiles.insert("boost".into(), profile);
|
config.power_profiles.insert("boost".into(), profile);
|
||||||
|
|
||||||
let mut profile = Profile::default();
|
let mut profile = Profile::default();
|
||||||
|
|||||||
Reference in New Issue
Block a user