From e8ba34fe47aaa2515b9eeb997d19da60c3b4819c Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 13 Apr 2024 05:39:35 +0700 Subject: [PATCH] cocoon: update left joystick --- touch-layouts/layouts/cocoon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/touch-layouts/layouts/cocoon.json b/touch-layouts/layouts/cocoon.json index a8edd26..d27ea56 100644 --- a/touch-layouts/layouts/cocoon.json +++ b/touch-layouts/layouts/cocoon.json @@ -8,11 +8,11 @@ "inner": [ { "type": "joystick", + "expand": false, "axis": { "input": "axisXY", "output": "leftJoystick" - }, - "relative": false + } } ] },