Change default config to comply with what will soon be upstreamed
This commit is contained in:
parent
e3fa85d6c8
commit
5b007e36d2
1 changed files with 2 additions and 2 deletions
|
|
@ -12,9 +12,9 @@ touchbar = true;
|
||||||
controller_bluetooth = true;
|
controller_bluetooth = true;
|
||||||
dualsense_edge = false;
|
dualsense_edge = false;
|
||||||
swap_y_z = true;
|
swap_y_z = true;
|
||||||
invert_x = false;
|
invert_x = true;
|
||||||
enable_thermal_profiles_switching = true;
|
enable_thermal_profiles_switching = true;
|
||||||
default_thermal_profile = -1;
|
default_thermal_profile = 3;
|
||||||
enable_leds_commands = true;
|
enable_leds_commands = true;
|
||||||
enable_imu = true;
|
enable_imu = true;
|
||||||
imu_polling_interface = true;
|
imu_polling_interface = true;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue