Skip to content

Instantly share code, notes, and snippets.

@KalenAnson
Created June 29, 2016 12:46
Show Gist options
  • Save KalenAnson/4462c88019607fce2a29859ab5566a55 to your computer and use it in GitHub Desktop.
Save KalenAnson/4462c88019607fce2a29859ab5566a55 to your computer and use it in GitHub Desktop.
XBOXDRV Config
# xboxdrv config file
[xboxdrv]
ui-clear = true
[ui-axismap]
X1 = ABS_X
Y1 = ABS_Y
X2 = ABS_RX
Y2 = ABS_RY
LT = ABS_BRAKE
RT = ABS_GAS
DPAD_X = ABS_HAT0X
DPAD_Y = ABS_HAT0Y
[ui-buttonmap]
start = BTN_START
guide = BTN_MODE
back = BTN_SELECT
A = BTN_A
B = BTN_B
X = BTN_X
Y = BTN_Y
LB = BTN_TL
RB = BTN_TR
TL = BTN_THUMBL
TR = BTN_THUMBR
[xboxdrv-daemon]
dbus=disabled
on-connect = /home/username/Development/xboxdrv/startXboxdrv.sh
@KalenAnson
Copy link
Author

Run this config with:
xboxdrv --config pathTo/xboxdrv.cfg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment