Allow disabling thermal profiles switching and leds management
This commit is contained in:
parent
e0d36026e7
commit
f75351fa36
6 changed files with 102 additions and 63 deletions
|
|
@ -22,6 +22,8 @@ int main(int argc, char ** argv) {
|
|||
.rumble_on_mode_switch = true,
|
||||
.m1m2_mode = 0,
|
||||
.touchbar = true,
|
||||
.enable_thermal_profiles_switching = false,
|
||||
.enable_leds_commands = false,
|
||||
};
|
||||
|
||||
load_in_config(&in_settings, configuration_file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue