File tree Expand file tree Collapse file tree 3 files changed +98
-1
lines changed
Expand file tree Collapse file tree 3 files changed +98
-1
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments