Skip to content

Commit 71646b4

Browse files
authored
Merge pull request #33 from TournamentStreamHelper:8bitdo
Added 8bitdo M30 for Xbox
2 parents 499b594 + 5a693e5 commit 71646b4

File tree

6 files changed

+112
-4
lines changed

6 files changed

+112
-4
lines changed

pad/8bitdo/m30xbox/config.json

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
{
2+
"name": "8BitDo M30 Wired Controller for Xbox",
3+
"functions": {
4+
"analog_sticks": null,
5+
"digital_sticks": null,
6+
"action_buttons": [
7+
{
8+
"name": "A",
9+
"analog": false
10+
},
11+
{
12+
"name": "B",
13+
"analog": false
14+
},
15+
{
16+
"name": "X",
17+
"analog": false
18+
},
19+
{
20+
"name": "Y",
21+
"analog": false
22+
},
23+
{
24+
"name": "LB",
25+
"analog": false
26+
},
27+
{
28+
"name": "LT",
29+
"analog": false
30+
},
31+
{
32+
"name": "RB",
33+
"analog": false
34+
},
35+
{
36+
"name": "RT",
37+
"analog": false
38+
},
39+
{
40+
"name": "LSB",
41+
"analog": false
42+
},
43+
{
44+
"name": "RSB",
45+
"analog": false
46+
}
47+
],
48+
"menu_buttons": [
49+
"Menu", "View"
50+
],
51+
"other_buttons": ["Profile"],
52+
"trackpads": null,
53+
"touch_screens": null,
54+
"directional_buttons": [
55+
{
56+
"set": [
57+
"Up",
58+
"Down",
59+
"Left",
60+
"Right"
61+
],
62+
"socd_prevention": {
63+
"hardware": true,
64+
"software": null
65+
}
66+
}
67+
],
68+
"system_buttons": [
69+
"Guide", "Share"
70+
],
71+
"gyroscope": false,
72+
"accelerometer": false,
73+
"ir_reciever": false,
74+
"extension_ports": 0,
75+
"headset_port": true,
76+
"speaker": false,
77+
"microphone": false,
78+
"cable": {
79+
"interface": "USB-C",
80+
"removable": true
81+
},
82+
"bluetooth": false,
83+
"2_4ghz": false,
84+
"rumble": null,
85+
"digital_to_analog_conversion": [
86+
{
87+
"emulated_analog": "Left Stick",
88+
"type": "8_way",
89+
"modifier_buttons": 0
90+
},
91+
{
92+
"emulated_analog": "LT",
93+
"type": "button",
94+
"modifier_buttons": 0
95+
},
96+
{
97+
"emulated_analog": "RT",
98+
"type": "button",
99+
"modifier_buttons": 0
100+
}
101+
],
102+
"pc_xinput": false,
103+
"pc_steaminput": false,
104+
"native_consoles": ["xbs", "xb1"],
105+
"macro": true,
106+
"turbo": true
107+
}
108+
}

pad/8bitdo/m30xbox/image.png

365 KB
Loading

pad/microsoft/one/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"analog": true
4747
}
4848
],
49-
"menu_buttons": ["Back", "Menu"],
49+
"menu_buttons": ["View", "Menu"],
5050
"system_buttons": ["Guide"],
5151
"other_buttons": ["Sync"],
5252
"trackpads": null,

pad/microsoft/one_model2/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"analog": true
4747
}
4848
],
49-
"menu_buttons": ["Back", "Menu"],
49+
"menu_buttons": ["View", "Menu"],
5050
"system_buttons": ["Guide"],
5151
"other_buttons": ["Sync"],
5252
"trackpads": null,

pad/microsoft/one_s/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"analog": true
4747
}
4848
],
49-
"menu_buttons": ["Back", "Menu"],
49+
"menu_buttons": ["View", "Menu"],
5050
"system_buttons": ["Guide"],
5151
"other_buttons": ["Sync"],
5252
"trackpads": null,

pad/microsoft/series/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"analog": true
4747
}
4848
],
49-
"menu_buttons": ["Back", "Menu"],
49+
"menu_buttons": ["View", "Menu"],
5050
"system_buttons": ["Share", "Guide"],
5151
"other_buttons": ["Sync"],
5252
"trackpads": null,

0 commit comments

Comments
 (0)