{ "schema_version": 1, "layouts": { "custom": { "name": "Custom", "author": "Kode-Z", "content": { "left": { "inner": [ { "type": "joystick", "axis": { "input": "axisXY", "output": "leftJoystick" } } ], "outer": [ null, null, null, { "type": "button", "action": "rightBumper" }, { "type": "button", "action": "leftBumper" }, null, { "type": "button", "action": "leftTrigger" }, { "type": "button", "action": "rightTrigger" } ] }, "right": { "inner": [ { "type": "joystick", "axis": { "input": "axisXY", "output": "rightJoystick" } } ], "outer": [ { "type": "button", "action": "gamepadY", "styles": { "default": { "faceImage": { "type": "icon", "value": "reset" } } } }, null, null, null, { "type": "button", "action": "gamepadB", "styles": { "default": { "faceImage": { "type": "icon", "value": "crouch" } } } }, { "type": "button", "action": "gamepadA", "styles": { "default": { "faceImage": { "type": "icon", "value": "interact" } } } }, null ] }, "upper": { "right": [ { "type": "button", "action": "menu" }, { "type": "button", "action": "view" }, { "type": "button", "action": "gamepadX" } ] } } } } }