From bd7809796d37af88178a9396a3161cbf1a370034 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Fri, 9 Feb 2024 07:06:35 +0700 Subject: [PATCH] FIFA 23 Xbox One: add layout --- touch-layouts/1994003829.json | 172 ++++++++++++++++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 touch-layouts/1994003829.json diff --git a/touch-layouts/1994003829.json b/touch-layouts/1994003829.json new file mode 100644 index 0000000..e9bab05 --- /dev/null +++ b/touch-layouts/1994003829.json @@ -0,0 +1,172 @@ +{ + "schema_version": 2, + "name": "FIFA 23 Xbox One", + "default_layout": "custom", + "layouts": { + "custom": { + "name": "Custom", + "content": { + "left": { + "inner": [ + { + "type": "joystick", + "expand": false, + "axis": { + "input": "axisXY", + "output": "leftJoystick", + "deadzone": { + "threshold": 0.05, + "radial": true + } + } + } + ], + "outer": [ + { + "type": "joystick", + "axis": [ + { + "input": "axisXY", + "output": "leftJoystick" + } + ], + "action": "rightBumper", + "styles": { + "default": { + "knob": { + "faceImage": { + "type": "icon", + "value": "rightBumper" + }, + "stroke": { + "opacity": 0 + } + } + } + } + }, + [ + { + "type": "joystick", + "expand": false, + "axis": { + "input": "axisXY", + "output": "leftJoystick", + "deadzone": { + "threshold": 0.05, + "radial": true + } + }, + "action": "rightTrigger", + "styles": { + "default": { + "knob": { + "faceImage": { + "type": "icon", + "value": "rightTrigger" + } + } + } + } + }, + null + ], + { + "type": "directionalPad", + "interaction": { + "activationType": "exclusive" + }, + "scale": 1.2 + }, + { + "type": "button", + "action": "leftThumb" + }, + { + "type": "button", + "action": "rightThumb" + }, + null, + { + "type": "joystick", + "axis": [ + { + "input": "axisXY", + "output": "leftJoystick" + } + ], + "action": "leftBumper", + "styles": { + "default": { + "knob": { + "faceImage": { + "type": "icon", + "value": "leftBumper" + }, + "stroke": { + "opacity": 0 + } + } + } + } + } + ] + }, + "right": { + "inner": [ + { + "type": "button", + "action": "gamepadY" + }, + { + "type": "button", + "action": "gamepadB" + }, + { + "type": "button", + "action": "gamepadA" + }, + { + "type": "button", + "action": "gamepadX" + } + ], + "outer": [ + null, + { + "type": "button", + "action": "leftTrigger" + }, + null, + null, + [ + { + "type": "joystick", + "axis": { + "input": "axisXY", + "output": "rightJoystick", + "deadzone": { + "threshold": 0.05, + "radial": true + } + } + } + ] + ] + }, + "upper": { + "right": [ + { + "type": "button", + "action": "menu" + }, + { + "type": "button", + "action": "view" + } + ] + } + } + } + } +}