Allow disabling thermal profiles switching and leds management

This commit is contained in:
Denis 2024-01-07 15:44:47 +01:00
parent e0d36026e7
commit f75351fa36
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
6 changed files with 102 additions and 63 deletions

View file

@ -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);