Skip to content

Instantly share code, notes, and snippets.

@naphthalene
Last active November 11, 2015 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naphthalene/b0efc326bb630700c790 to your computer and use it in GitHub Desktop.
Save naphthalene/b0efc326bb630700c790 to your computer and use it in GitHub Desktop.
# To use, run `sudo xboxdrv -c xboxrl.conf`
# NOTE:
# I've customized some keyboard bindings in Rocket League to make this work better:
# Drive forwards: U
# Drive backwards: J
# Barrel Roll: LeftShift
# Jump: Space
# Boost: Enter
# Toggle Camera: q
[xboxdrv]
silent=true
deadzone=6000
dpad-as-button=true
trigger-as-button=true
[ui-axismap]
x2=REL_X:10
y2=REL_Y:-10
x1=KEY_A:KEY_D
y1=KEY_W:KEY_S
[ui-buttonmap]
a=KEY_SPACE
b=KEY_ENTER
x=KEY_LEFTSHIFT
y=KEY_Q
[ui-buttonmap]
lb=BTN_TAB
rb=KEY_LEFTSHIFT
[ui-buttonmap]
lt=KEY_J
rt=KEY_U
[ui-buttonmap]
dl=KEY_1
dr=KEY_2
du=KEY_3
dd=KEY_4
[ui-buttonmap]
back=KEY_ESC
start=KEY_ENTER
# EOF #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment