From 5b007e36d250fa10680c853fc7604085e83329c7 Mon Sep 17 00:00:00 2001 From: Denis Date: Wed, 14 Feb 2024 02:16:58 +0100 Subject: [PATCH] Change default config to comply with what will soon be upstreamed --- config.cfg.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.cfg.default b/config.cfg.default index 9a8a917..245f287 100644 --- a/config.cfg.default +++ b/config.cfg.default @@ -12,9 +12,9 @@ touchbar = true; controller_bluetooth = true; dualsense_edge = false; swap_y_z = true; -invert_x = false; +invert_x = true; enable_thermal_profiles_switching = true; -default_thermal_profile = -1; +default_thermal_profile = 3; enable_leds_commands = true; enable_imu = true; imu_polling_interface = true; \ No newline at end of file