Last active
November 11, 2015 18:11
-
-
Save naphthalene/b0efc326bb630700c790 to your computer and use it in GitHub Desktop.
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
# 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