Ability to disable IMU

This commit is contained in:
Denis 2024-01-15 02:15:06 +01:00
parent f4f638ea24
commit 1866d65b9e
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
6 changed files with 17 additions and 3 deletions

View file

@ -14,4 +14,5 @@ dualsense_edge = false;
swap_y_z = true;
enable_thermal_profiles_switching = true;
default_thermal_profile = -1;
enable_leds_commands = true;
enable_leds_commands = true;
enable_imu = true;