Skip to content

Instantly share code, notes, and snippets.

@EgidioCaprino
Last active May 20, 2017 10:07
Show Gist options
  • Save EgidioCaprino/79463ea0501ca020a9f514ddfa238658 to your computer and use it in GitHub Desktop.
Save EgidioCaprino/79463ea0501ca020a9f514ddfa238658 to your computer and use it in GitHub Desktop.
xboxdrv configuration
[xboxdrv]
silent=false
ui-clear=true
deadzone=4000
deadzone-trigger=20%
trigger-as-button=true
mimic-xpad=true
detach-kernel-driver=true
[ui-buttonmap]
A=BTN_A
B=BTN_B
X=BTN_X
Y=BTN_Y
START=BTN_START
GUIDE=BTN_MODE
BACK=BTN_SELECT
LB=BTN_TL
RB=BTN_TR
TL=BTN_THUMBL
TR=BTN_THUMBR
[ui-axismap]
X1=ABS_X
Y1=ABS_Y
X2=ABS_Z
Y2=ABS_RX
LT=ABS_RY
RT=ABS_RZ
DPAD_X=ABS_HAT0X
DPAD_Y=ABS_HAT0Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment