Created
August 13, 2017 17:01
-
-
Save darkcores/52f9728400268edf5a5f1ac9285ed1eb to your computer and use it in GitHub Desktop.
Joystick mapping for Dualshock 3 controller with evdev for RPCS3
This file contains 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
Axis scaling: false | |
# Z axis triggers: false | |
Select: 8 | |
Start: 9 | |
Triangle: 2 | |
Circle: 1 | |
Cross: 0 | |
Square: 3 | |
R1: 5 | |
R2: 7 | |
R3: 12 | |
L1: 4 | |
L2: 6 | |
L3: 11 | |
Up: 13 | |
Down: 14 | |
Left: 15 | |
Right: 16 | |
Left stick X axis: 2 | |
Left stick Y axis: 3 | |
Right stick X axis: 0 | |
Right stick Y axis: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment