Skip to content

Commit 40e707d

Browse files
authored
Merge pull request #34 from TournamentStreamHelper:nintendo
Added NSO GameCube Controller
2 parents 71646b4 + 596f1a2 commit 40e707d

File tree

3 files changed

+98
-1
lines changed

3 files changed

+98
-1
lines changed

pad/nintendo/gcnnso/config.json

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
{
2+
"name": "Nintendo GameCube - Nintendo Classics controller for Nintendo Switch 2",
3+
"functions": {
4+
"analog_sticks": [
5+
{
6+
"name": "Analog Stick",
7+
"has_button": false
8+
},
9+
{
10+
"name": "C-Stick",
11+
"has_button": false
12+
}
13+
],
14+
"digital_sticks": null,
15+
"action_buttons": [
16+
{
17+
"name": "A",
18+
"analog": false
19+
},
20+
{
21+
"name": "B",
22+
"analog": false
23+
},
24+
{
25+
"name": "X",
26+
"analog": false
27+
},
28+
{
29+
"name": "Y",
30+
"analog": false
31+
},
32+
{
33+
"name": "L",
34+
"analog": true
35+
},
36+
{
37+
"name": "R",
38+
"analog": true
39+
},
40+
{
41+
"name": "ZL",
42+
"analog": false
43+
},
44+
{
45+
"name": "Z",
46+
"analog": false
47+
}
48+
],
49+
"menu_buttons": [
50+
"Start"
51+
],
52+
"system_buttons": [
53+
"Capture",
54+
"Home",
55+
"C"
56+
],
57+
"other_buttons": [
58+
"Sync"
59+
],
60+
"trackpads": null,
61+
"touch_screens": null,
62+
"directional_buttons": [
63+
{
64+
"set": [
65+
"Up",
66+
"Down",
67+
"Left",
68+
"Right"
69+
],
70+
"socd_prevention": {
71+
"hardware": true,
72+
"software": null
73+
}
74+
}
75+
],
76+
"gyroscope": true,
77+
"accelerometer": false,
78+
"ir_reciever": false,
79+
"extension_ports": 0,
80+
"headset_port": true,
81+
"speaker": false,
82+
"microphone": false,
83+
"cable": {
84+
"interface": "USB-C",
85+
"removable": true
86+
},
87+
"bluetooth": true,
88+
"2_4ghz": false,
89+
"rumble": "standard",
90+
"digital_to_analog_conversion": null,
91+
"pc_xinput": false,
92+
"pc_steaminput": false,
93+
"native_consoles": ["nsw2"],
94+
"macro": false,
95+
"turbo": false
96+
}
97+
}

pad/nintendo/gcnnso/image.png

1.36 MB
Loading

pad/nintendo/procon2/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"rumble": "enhanced",
9999
"digital_to_analog_conversion": null,
100100
"pc_xinput": false,
101-
"pc_steaminput": true,
101+
"pc_steaminput": false,
102102
"native_consoles": ["nsw2"],
103103
"macro": false,
104104
"turbo": false

0 commit comments

Comments
 (0)