From d4be83361dd5d55fd91017cbc159469b577dd9af Mon Sep 17 00:00:00 2001 From: Mathias Wolfbrok Date: Fri, 5 Apr 2024 09:28:39 +0200 Subject: [PATCH] Fix 8bitdo Lite --- pad/8bitdo/lite/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pad/8bitdo/lite/config.json b/pad/8bitdo/lite/config.json index d1d939d..b8b2644 100644 --- a/pad/8bitdo/lite/config.json +++ b/pad/8bitdo/lite/config.json @@ -68,7 +68,7 @@ "Left Stick Right" ], "socd_prevention": { - "hardware": false, + "hardware": true, "software": null } }, @@ -80,7 +80,7 @@ "Right Stick Right" ], "socd_prevention": { - "hardware": false, + "hardware": true, "software": null } }, @@ -132,4 +132,4 @@ "turbo": true }, "source": "https://download.8bitdo.com/Manual/Controller/Lite/Lite_Manual.pdf" -} \ No newline at end of file +}