From af2b609049e95b0a7e9bd36f63e8452232669ae0 Mon Sep 17 00:00:00 2001 From: Mathias Lesauvage Date: Wed, 16 Sep 2026 23:11:14 +0200 Subject: [PATCH] Added Nintendo Switch 2 Compatibility to Nintendo Switch controllers --- leverless/keybox/fusion/config.json | 2 +- leverless/keybox/fusion_mirrored/config.json | 2 +- leverless/keybox/impact/config.json | 2 +- pad/8bitdo/lite/config.json | 2 +- pad/handheldlegend/progcc/config.json | 3 ++- pad/hori/pokken/config.json | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/leverless/keybox/fusion/config.json b/leverless/keybox/fusion/config.json index cd5c2d2..f8e5fe0 100644 --- a/leverless/keybox/fusion/config.json +++ b/leverless/keybox/fusion/config.json @@ -118,7 +118,7 @@ ], "pc_xinput": false, "pc_steaminput": true, - "native_consoles": ["ps4", "ps5", "nsw", "ps3"], + "native_consoles": ["ps4", "ps5", "nsw", "ps3", "nsw2"], "macro": false, "turbo": false } diff --git a/leverless/keybox/fusion_mirrored/config.json b/leverless/keybox/fusion_mirrored/config.json index 546b7f8..804c28b 100644 --- a/leverless/keybox/fusion_mirrored/config.json +++ b/leverless/keybox/fusion_mirrored/config.json @@ -118,7 +118,7 @@ ], "pc_xinput": false, "pc_steaminput": true, - "native_consoles": ["ps4", "ps5", "nsw", "ps3"], + "native_consoles": ["ps4", "ps5", "nsw", "ps3", "nsw2"], "macro": false, "turbo": false } diff --git a/leverless/keybox/impact/config.json b/leverless/keybox/impact/config.json index a88e61c..9be0564 100644 --- a/leverless/keybox/impact/config.json +++ b/leverless/keybox/impact/config.json @@ -118,7 +118,7 @@ ], "pc_xinput": false, "pc_steaminput": true, - "native_consoles": ["ps4", "ps5", "nsw", "ps3"], + "native_consoles": ["ps4", "ps5", "nsw", "ps3", "nsw2"], "macro": false, "turbo": false } diff --git a/pad/8bitdo/lite/config.json b/pad/8bitdo/lite/config.json index b8b2644..34a8a66 100644 --- a/pad/8bitdo/lite/config.json +++ b/pad/8bitdo/lite/config.json @@ -126,7 +126,7 @@ "pc_xinput": true, "pc_steaminput": true, "native_consoles": [ - "nsw" + "nsw", "nsw2" ], "macro": false, "turbo": true diff --git a/pad/handheldlegend/progcc/config.json b/pad/handheldlegend/progcc/config.json index 788c158..2e65662 100644 --- a/pad/handheldlegend/progcc/config.json +++ b/pad/handheldlegend/progcc/config.json @@ -96,7 +96,8 @@ "wii", "n64", "nes", - "snes" + "snes", + "nsw2" ], "macro": false, "turbo": false diff --git a/pad/hori/pokken/config.json b/pad/hori/pokken/config.json index e7d6c2a..f42795b 100644 --- a/pad/hori/pokken/config.json +++ b/pad/hori/pokken/config.json @@ -76,7 +76,7 @@ "digital_to_analog_conversion": null, "pc_xinput": false, "pc_steaminput": true, - "native_consoles": ["nsw"], + "native_consoles": ["nsw", "nsw2"], "macro": false, "turbo": false }