diff --git a/pad/nintendo/gcnnso/config.json b/pad/nintendo/gcnnso/config.json new file mode 100644 index 0000000..dfbd8ee --- /dev/null +++ b/pad/nintendo/gcnnso/config.json @@ -0,0 +1,97 @@ +{ + "name": "Nintendo GameCube - Nintendo Classics controller for Nintendo Switch 2", + "functions": { + "analog_sticks": [ + { + "name": "Analog Stick", + "has_button": false + }, + { + "name": "C-Stick", + "has_button": false + } + ], + "digital_sticks": null, + "action_buttons": [ + { + "name": "A", + "analog": false + }, + { + "name": "B", + "analog": false + }, + { + "name": "X", + "analog": false + }, + { + "name": "Y", + "analog": false + }, + { + "name": "L", + "analog": true + }, + { + "name": "R", + "analog": true + }, + { + "name": "ZL", + "analog": false + }, + { + "name": "Z", + "analog": false + } + ], + "menu_buttons": [ + "Start" + ], + "system_buttons": [ + "Capture", + "Home", + "C" + ], + "other_buttons": [ + "Sync" + ], + "trackpads": null, + "touch_screens": null, + "directional_buttons": [ + { + "set": [ + "Up", + "Down", + "Left", + "Right" + ], + "socd_prevention": { + "hardware": true, + "software": null + } + } + ], + "gyroscope": true, + "accelerometer": false, + "ir_reciever": false, + "extension_ports": 0, + "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": false, + "pc_steaminput": false, + "native_consoles": ["nsw2"], + "macro": false, + "turbo": false + } +} \ No newline at end of file diff --git a/pad/nintendo/gcnnso/image.png b/pad/nintendo/gcnnso/image.png new file mode 100644 index 0000000..a9713f5 Binary files /dev/null and b/pad/nintendo/gcnnso/image.png differ diff --git a/pad/nintendo/procon2/config.json b/pad/nintendo/procon2/config.json index 581249b..d914846 100644 --- a/pad/nintendo/procon2/config.json +++ b/pad/nintendo/procon2/config.json @@ -98,7 +98,7 @@ "rumble": "enhanced", "digital_to_analog_conversion": null, "pc_xinput": false, - "pc_steaminput": true, + "pc_steaminput": false, "native_consoles": ["nsw2"], "macro": false, "turbo": false