{ "schema_version": 1, "layouts": { "custom": { "name": "Custom", "content": { "left": { "inner": [ { "type": "joystick", "axis": { "input": "axisXY", "output": "leftJoystick", "deadzone": { "threshold": 0.05, "radial": true } } } ], "outer": [ { "type": "button", "action": "rightBumper" }, null, null, null, null, null, null, { "type": "button", "action": "leftBumper" } ] }, "right": { "inner": [ { "type": "joystick", "expand": false, "axis": { "input": "axisXY", "output": "rightJoystick", "deadzone": { "threshold": 0.05, "radial": true } } } ], "outer": [ null, [ { "type": "button", "action": "gamepadB", "styles": { "default": { "faceImage": { "type": "icon", "value": "roll" } } } }, null ], [ { "type": "button", "action": "gamepadA", "styles": { "default": { "faceImage": { "type": "icon", "value": "interact" } } } }, null ] ] }, "upper": { "right": [ { "type": "button", "action": "menu" } ] } } } } }