From 62b3da56ec9465e6c09b727a08b5683a186ad53c Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Fri, 10 May 2024 10:32:28 +0700 Subject: [PATCH] little-kitty-big-city: update layout --- .../layouts/little-kitty-big-city.json | 92 ++++++++++--------- 1 file changed, 48 insertions(+), 44 deletions(-) diff --git a/touch-layouts/layouts/little-kitty-big-city.json b/touch-layouts/layouts/little-kitty-big-city.json index f955abd..715dc62 100644 --- a/touch-layouts/layouts/little-kitty-big-city.json +++ b/touch-layouts/layouts/little-kitty-big-city.json @@ -21,31 +21,33 @@ "type": "button", "action": "rightTrigger" }, - { - "type": "joystick", - "axis": [ - { - "input": "axisXY", - "output": "leftJoystick" - } - ], - "action": "rightBumper", - "styles": { - "default": { - "knob": { - "faceImage": { - "type": "icon", - "value": "sprint" - }, - "stroke": { - "type": "solid", - "opacity": 0.1 + [ + { + "type": "joystick", + "axis": [ + { + "input": "axisXY", + "output": "leftJoystick" + } + ], + "action": "rightBumper", + "styles": { + "default": { + "knob": { + "faceImage": { + "type": "icon", + "value": "sprint" + }, + "stroke": { + "type": "solid", + "opacity": 0.1 + } } } } - } - }, - null, + }, + null + ], { "type": "button", "action": "dPadRight", @@ -70,31 +72,33 @@ } } }, - null, - { - "type": "joystick", - "axis": [ - { - "input": "axisXY", - "output": "leftJoystick" - } - ], - "action": "leftBumper", - "styles": { - "default": { - "knob": { - "faceImage": { - "type": "icon", - "value": "crouch" - }, - "stroke": { - "type": "solid", - "opacity": 0.1 + [ + { + "type": "joystick", + "axis": [ + { + "input": "axisXY", + "output": "leftJoystick" + } + ], + "action": "leftBumper", + "styles": { + "default": { + "knob": { + "faceImage": { + "type": "icon", + "value": "crouch" + }, + "stroke": { + "type": "solid", + "opacity": 0.1 + } } } } - } - }, + }, + null + ], { "type": "button", "action": "leftTrigger"