-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
85 lines (85 loc) · 2.15 KB
/
Copy pathconfig.json
File metadata and controls
85 lines (85 loc) · 2.15 KB
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
{
"name": "Microsoft Xbox Wireless Controller (Xbox Series X|S variant)",
"short_name": "Xbox Series X|S Controller",
"functions": {
"analog_sticks": [
{
"name": "Left Stick",
"has_button": true
},
{
"name": "Right Stick",
"has_button": true
}
],
"digital_sticks": null,
"action_buttons": [
{
"name": "A",
"analog": false
},
{
"name": "B",
"analog": false
},
{
"name": "X",
"analog": false
},
{
"name": "Y",
"analog": false
},
{
"name": "LB",
"analog": false
},
{
"name": "RB",
"analog": false
},
{
"name": "LT",
"analog": true
},
{
"name": "RT",
"analog": true
}
],
"menu_buttons": ["View", "Menu"],
"system_buttons": ["Share", "Guide"],
"other_buttons": ["Sync"],
"trackpads": null,
"touch_screens": null,
"directional_buttons": [
{
"set": ["Up", "Down", "Left", "Right"],
"socd_prevention": {
"hardware": true,
"software": null
}
}
],
"gyroscope": false,
"accelerometer": false,
"ir_reciever": false,
"extension_ports": 1,
"headset_port": true,
"speaker": false,
"microphone": false,
"cable": {
"interface": "USB-C",
"removable": true
},
"bluetooth": true,
"2_4ghz": false,
"rumble": "standard",
"digital_to_analog_conversion": null,
"pc_xinput": true,
"pc_steaminput": true,
"native_consoles": ["xb1", "xbs"],
"macro": false,
"turbo": false
}
}