Skip to content

Instantly share code, notes, and snippets.

@jakkn
Created February 9, 2021 19:22
Show Gist options
  • Save jakkn/a75713f1badf85b395ef01a9a42bb680 to your computer and use it in GitHub Desktop.
Save jakkn/a75713f1badf85b395ef01a9a42bb680 to your computer and use it in GitHub Desktop.
retropie xboxdrv sixaxis mapping
sudo /opt/retropie/supplementary/xboxdrv/bin/xboxdrv \
--evdev /dev/input/event1 \
--silent \
--detach-kernel-driver \
--force-feedback \
--deadzone-trigger 15% \
--deadzone 4000 \
--mimic-xpad \
--dpad-as-button \
--evdev-absmap ABS_X=x1,ABS_Y=y1,ABS_RX=x2,ABS_RY=y2,ABS_Z=lt,ABS_RZ=rt \
--evdev-keymap BTN_SOUTH=a,BTN_EAST=b,BTN_WEST=x,BTN_NORTH=y,BTN_TL=lb,BTN_TR=rb,BTN_TL2=tl,BTN_TR2=tr,BTN_MODE=guide,BTN_SELECT=back,BTN_START=start,BTN_DPAD_UP=du,BTN_DPAD_DOWN=dd,BTN_DPAD_LEFT=dl,BTN_DPAD_RIGHT=dr \
&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment