1
1
Fork 0
mirror of https://gitlab.com/Oreolek/salet-gamepad-module.git synced 2024-04-25 05:39:39 +03:00
salet-gamepad-module/src/mappings/ps4-ff-osx.json

116 lines
1.7 KiB
JSON

{
"axes": {
"dpad x": {
"index": 6
},
"dpad y": {
"index": 7
},
"left stick x": {
"index": 0
},
"left stick y": {
"index": 1
},
"right stick x": {
"index": 2
},
"right stick y": {
"index": 5
}
},
"buttons": {
"a": {
"index": 0
},
"b": {
"index": 1
},
"back": {
"index": 8
},
"dpad down": {
"index": 15
},
"dpad left": {
"index": 16
},
"dpad right": {
"index": 17
},
"dpad up": {
"index": 14
},
"home": {
"index": 12
},
"left shoulder": {
"index": 4
},
"left stick": {
"index": 10
},
"left stick down": {
"axis": 1,
"direction": 1
},
"left stick left": {
"axis": 0,
"direction": -1
},
"left stick right": {
"axis": 0,
"direction": 1
},
"left stick up": {
"axis": 1,
"direction": -1
},
"left trigger": {
"index": 6
},
"right shoulder": {
"index": 5
},
"right stick": {
"index": 11
},
"right stick down": {
"axis": 5,
"direction": 1
},
"right stick left": {
"axis": 2,
"direction": -1
},
"right stick right": {
"axis": 2,
"direction": 1
},
"right stick up": {
"axis": 5,
"direction": -1
},
"right trigger": {
"index": 7
},
"start": {
"index": 9
},
"x": {
"index": 2
},
"y": {
"index": 3
}
},
"name": "PS4 Firefox OSX",
"supported": [
{
"browser": "Firefox",
"id": "54c-5c4-Wireless Controller",
"os": "Mac OS X"
}
]
}