Created
November 9, 2021 23:16
-
-
Save Calinou/0b541b7a8b9d22b95692c15cca88f3eb to your computer and use it in GitHub Desktop.
Disable built-in deadzone on Thrustmaster T248 steering wheel on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Source: https://forum.scssoft.com/viewtopic.php?t=291342 | |
set -euo pipefail | |
IFS=$'\n\t' | |
evdev-joystick --e /dev/input/by-id/usb-Thrustmaster_Thrustmaster_Racing_Wheel_FFB-event-joystick --d 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment