Created
July 24, 2020 15:43
-
-
Save NeoTheFox/7db11551fcb677ff69eb3497e809c3ea to your computer and use it in GitHub Desktop.
xboxdrv config for PG-9167
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
#iPEGA PG-9167 Config | |
[xboxdrv] | |
evdev-debug = false | |
evdev-grab = true | |
rumble = false | |
mimic-xpad = true | |
[evdev-absmap] | |
ABS_HAT0X = dpad_x | |
ABS_HAT0Y = dpad_y | |
ABS_X = X1 | |
ABS_Y = Y1 | |
ABS_Z = X2 | |
ABS_RZ = Y2 | |
[axismap] | |
-Y1 = Y1 | |
-Y2 = Y2 | |
[evdev-keymap] | |
BTN_A=a | |
BTN_B=b | |
BTN_X=x | |
BTN_Y=y | |
BTN_TL=tl | |
BTN_TR=tr | |
BTN_TL2=lt | |
BTN_TR2=rt | |
BTN_START=start | |
BTN_SELECT=back | |
BTN_MODE = guide |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment