Skip to content

Instantly share code, notes, and snippets.

@yoshi314
Created June 10, 2015 18:35
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 yoshi314/13604e44b4680f9694ea to your computer and use it in GitHub Desktop.
Save yoshi314/13604e44b4680f9694ea to your computer and use it in GitHub Desktop.
xboxdrv config for saitek ps2700 / cybord V3 joypad
[axismap]
-Y1=Y1
-Y2=Y2
X1=X1
X2=X2
[buttonmap]
[device-name]
[device-usbid]
[evdev-absmap]
ABS_X=x1
ABS_Y=y1
ABS_Z=x2
ABS_RZ=y2
ABS_HAT0X=dpad_y
ABS_HAT0Y=dpad_x
[evdev-keymap]
# X, A, B, Y - > X, O, [], T
BTN_B=a
BTN_C=b
BTN_A=x
BTN_X=y
# select, start
BTN_TL2=back
BTN_TR2=start
# bumpers ; L1, R1
BTN_Z=lb
BTN_Y=rb
# triggers, L2, R2
BTN_TL=lt
BTN_TR=rt
# L3, R3
BTN_SELECT=tl
BTN_START=tr
# guide - home button
BTN_MODE = guide
[modifier]
[relative-axis]
[ui-axismap]
[ui-buttonmap]
[xboxdrv]
evdev=/dev/input/by-id/usb-Jess_Technology_Co.__Ltd._PS2700_Rumble_Pad-event-joystick
evdev-debug = true
mimic-xpad = true
silent = true
evdev-grab = true
trigger-as-button=true
[xboxdrv-daemon]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment