From 7ac72863854701a364cbaba6fbc8ff8fd4747c8c Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sun, 11 Feb 2024 07:37:21 +0700 Subject: [PATCH] tomb-raider-raise: add deadzone to leftJoystick --- touch-layouts/layouts/tomb-raider-raise.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/touch-layouts/layouts/tomb-raider-raise.json b/touch-layouts/layouts/tomb-raider-raise.json index 2f4b8c5..c2698a1 100644 --- a/touch-layouts/layouts/tomb-raider-raise.json +++ b/touch-layouts/layouts/tomb-raider-raise.json @@ -103,7 +103,11 @@ "type": "joystick", "axis": { "input": "axisXY", - "output": "leftJoystick" + "output": "leftJoystick", + "deadzone": { + "threshold": 0.2, + "radial": true + } }, "action": [ "leftTrigger",