{ "schema_version": 1, "layouts": { "custom": { "name": "Custom", "author": "Kode-Z", "content": { "left": { "inner": [ { "type": "joystick", "axis": { "input": "axisXY", "output": "leftJoystick" }, "action": "leftThumb", "relative": false, "actionThreshold": 2, "styles": { "default": { "knob": { "faceImage": { "type": "icon", "value": "walk" } } }, "activated": { "knob": { "faceImage": { "type": "icon", "value": "sprint" } } } } } ], "outer": [ null, null, [ { "type": "directionalPad", "interaction": { "activationType": "exclusive" } } ], null, null, null, null ] }, "right": { "inner": [ { "type": "joystick", "expand": false, "axis": { "input": "axisXY", "output": "rightJoystick" } } ], "outer": [ { "type": "button", "action": "rightBumper" }, { "type": "button", "action": "rightTrigger" }, { "type": "button", "action": "gamepadB", "pullAction": { "type": "segmented", "items": [ "gamepadX" ] }, "styles": { "default": { "pullIndicator": [ { "opacity": 0.5 }, { "faceImage": { "type": "icon", "value": "lightPunch3" } } ] }, "idle": { "pullIndicator": [ { "opacity": 0.0 } ] } } }, { "type": "button", "action": "gamepadX", "styles": { "default": { "faceImage": { "type": "icon", "value": "lightPunch3" } } } }, [ { "type": "button", "action": "gamepadA", "pullAction": { "type": "segmented", "items": [ "gamepadX", "gamepadB" ] }, "styles": { "default": { "faceImage": { "type": "icon", "value": "jump" }, "pullIndicator": [ { "opacity": 0.5 }, { "opacity": 0.5 }, { "faceImage": { "type": "icon", "value": "lightPunch3" } }, { "faceImage": { "type": "icon", "value": "gamepadB" } } ] }, "idle": { "pullIndicator": [ { "opacity": 0.0 } ] } } }, { "type": "button", "action": "rightThumb" }, { "type": "button", "action": "gamepadY", "styles": { "default": { "faceImage": { "type": "icon", "value": "interact" } } } } ], { "type": "button", "action": "leftTrigger", "pullAction": { "type": "segmented", "items": [ "gamepadX", "rightTrigger" ] }, "styles": { "default": { "pullIndicator": [ { "opacity": 0.5 }, { "opacity": 0.5 }, { "faceImage": { "type": "icon", "value": "lightPunch3" } }, { "faceImage": { "type": "icon", "value": "rightTrigger" } } ] }, "idle": { "pullIndicator": [ { "opacity": 0.0 }, { "opacity": 0.0 } ] } } }, { "type": "button", "action": "leftBumper" } ] }, "upper": { "right": [ { "type": "button", "action": "menu" }, { "type": "button", "action": "view" } ] } } } } }