Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pad/nintendo/joycon/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"digital_to_analog_conversion": null,
"pc_xinput": false,
"pc_steaminput": false,
"native_consoles": ["nsw"],
"native_consoles": ["nsw", "nsw2"],
"macro": false,
"turbo": false
},
Expand All @@ -125,7 +125,7 @@
"image": "right.png"
},
{
"name": "Portable Mode",
"name": "Handheld Mode",
"image": "portable.png"
},
{
Expand Down
141 changes: 141 additions & 0 deletions pad/nintendo/joycon2/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
{
"name": "Nintendo Switch 2 Joy-Con 2",
"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": "L",
"analog": false
},
{
"name": "R",
"analog": false
},
{
"name": "ZL",
"analog": false
},
{
"name": "ZR",
"analog": false
},
{
"name": "SL-L",
"analog": false
},
{
"name": "SR-L",
"analog": false
},
{
"name": "SL-R",
"analog": false
},
{
"name": "SR-R",
"analog": false
},
{
"name": "GL",
"analog": false
},
{
"name": "GR",
"analog": false
}
],
"menu_buttons": [
"-",
"+"
],
"system_buttons": [
"Capture",
"Home",
"C"
],
"other_buttons": [
"Sync-L", "Sync-R"
],
"trackpads": null,
"touch_screens": null,
"directional_buttons": [
{
"set": [
"Up",
"Down",
"Left",
"Right"
],
"socd_prevention": {
"hardware": false,
"software": null
}
}
],
"gyroscope": true,
"accelerometer": false,
"ir_reciever": true,
"extension_ports": 2,
"headset_port": false,
"speaker": false,
"microphone": false,
"cable": null,
"bluetooth": true,
"2_4ghz": false,
"rumble": "enhanced",
"digital_to_analog_conversion": null,
"pc_xinput": false,
"pc_steaminput": false,
"native_consoles": ["nsw2"],
"macro": false,
"turbo": false
},
"variants": [
{
"name": "Joy-Con 2 Pair",
"image": "image.png"
},
{
"name": "Joy-Con 2 Grip",
"image": "grip.png"
},
{
"name": "Joy-Con 2 (L)",
"image": "left.png"
},
{
"name": "Joy-Con 2 (R)",
"image": "right.png"
},
{
"name": "Handheld Mode",
"image": "portable.png"
}
]
}
Binary file added pad/nintendo/joycon2/grip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pad/nintendo/joycon2/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pad/nintendo/joycon2/left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pad/nintendo/joycon2/portable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pad/nintendo/joycon2/right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pad/nintendo/procon/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"digital_to_analog_conversion": null,
"pc_xinput": false,
"pc_steaminput": true,
"native_consoles": ["nsw"],
"native_consoles": ["nsw", "nsw2"],
"macro": false,
"turbo": false
}
Expand Down
106 changes: 106 additions & 0 deletions pad/nintendo/procon2/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"name": "Nintendo Switch 2 Pro 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": "L",
"analog": false
},
{
"name": "R",
"analog": false
},
{
"name": "ZL",
"analog": false
},
{
"name": "ZR",
"analog": false
},
{
"name": "GL",
"analog": false
},
{
"name": "GR",
"analog": false
}
],
"menu_buttons": [
"-",
"+"
],
"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": "enhanced",
"digital_to_analog_conversion": null,
"pc_xinput": false,
"pc_steaminput": true,
"native_consoles": ["nsw2"],
"macro": false,
"turbo": false
}
}
Binary file added pad/nintendo/procon2/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.