swap y and z, improve gyro-to-joystick

This commit is contained in:
Denis 2024-01-06 03:32:50 +01:00
parent ec2d777245
commit ae3fac6301
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
9 changed files with 43 additions and 38 deletions

View file

@ -19,6 +19,7 @@ int main(int argc, char ** argv) {
.gamepad_rumble_control = true,
.controller_bluetooth = false,
.dualsense_edge = false,
.swap_y_z = false,
};
load_out_config(&out_settings, configuration_file);