Skip to content

Instantly share code, notes, and snippets.

@Calinou
Created November 9, 2021 23:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Calinou/0b541b7a8b9d22b95692c15cca88f3eb to your computer and use it in GitHub Desktop.
Save Calinou/0b541b7a8b9d22b95692c15cca88f3eb to your computer and use it in GitHub Desktop.
Disable built-in deadzone on Thrustmaster T248 steering wheel on Linux
#!/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