-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
additionalMappings.json
106 lines (106 loc) · 1.89 KB
/
additionalMappings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"0f301012": {
"name": "Q4RAF (DInput - PS3.PC)",
"properties": ["joystick"],
"sticks": {
"left": {
"x": 0, "y": 1, "button": null,
"deadzone": 0.5
},
"right": null
},
"buttons": {
"dpad": {
"axis": 9
},
"face": {
"down": 0, "right": 1, "left": 2, "up": 3,
"select": 8, "start": 9
},
"shoulder": {
"r1": 4, "l1": 5, "r2": 6, "l2": 7
}
}
},
"2dc86001": {
"name": "8BitDo SN30 Pro (DInput)",
"properties": ["axisdpad"],
"sticks": {
"left": {
"x": 0, "y": 1, "button": 13,
"deadzone": 0.02
},
"right": {
"x": 2, "y": 5, "button": 14,
"deadzone": 0.02
}
},
"buttons": {
"dpad": {
"axis": 9
},
"face": {
"right": 0, "down": 1, "up": 3, "left": 4,
"select": 10, "start": 11, "l3": 13, "r3": 14,
"home": 2
},
"shoulder": {
"l1": 6, "r1": 7, "l2": 8, "r2": 9
}
}
},
"054c0ce6": {
"name": "DualSense",
"properties": ["axisdpad"],
"sticks": {
"left": {
"x": 0, "y": 1, "button": 10,
"deadzone": 0.1
},
"right": {
"x": 2, "y": 5, "button": 11,
"deadzone": 0.1
}
},
"buttons": {
"dpad": {
"axis": 9
},
"face": {
"down": 1, "right": 2, "left": 0, "up": 3,
"select": 8, "start": 9, "l3": 10, "r3": 11,
"home": 12, "touchpad": 13
},
"shoulder": {
"l1": 4, "r1": 5, "l2": 6, "r2": 7
}
}
},
"057e2009": {
"name": "Switch Pro Controller",
"properties": [],
"sticks": {
"left": {
"x": 0, "y": 1, "button": 10,
"deadzone": 0.1
},
"right": {
"x": 2, "y": 3, "button": 11,
"deadzone": 0.1
}
},
"buttons": {
"dpad": {
"up": 12, "down": 13, "left": 14, "right": 15
},
"face": {
"down": 0, "right": 1, "left": 2, "up": 3,
"select": 8, "start": 9, "l3": 10, "r3": 11,
"home": 16, "touchpad": 17
},
"shoulder": {
"l1": 4, "r1": 5, "l2": 6, "r2": 7
}
}
}
}