diff --git a/touch-layouts/2008576749.json b/touch-layouts/2008576749.json new file mode 100644 index 0000000..75d6987 --- /dev/null +++ b/touch-layouts/2008576749.json @@ -0,0 +1,7 @@ +{ + "name": "The Rewinder", + "default_layout": "custom", + "layouts": [ + "the-rewinder" + ] +} diff --git a/touch-layouts/layouts/the-rewinder.json b/touch-layouts/layouts/the-rewinder.json new file mode 100644 index 0000000..ccb1d76 --- /dev/null +++ b/touch-layouts/layouts/the-rewinder.json @@ -0,0 +1,124 @@ +{ + "schema_version": 1, + "layouts": { + "custom": { + "name": "Custom", + "content": { + "left": { + "inner": [ + { + "type": "directionalPad", + "scale": 1.5, + "interaction": { + "activationType": "exclusive" + } + } + ], + "outer": [ + { + "type": "button", + "action": "rightBumper" + }, + { + "type": "button", + "action": "rightTrigger" + }, + [ + { + "type": "joystick", + "expand": false, + "axis": { + "input": "axisXY", + "output": "leftJoystick" + } + } + ], + null, + null, + { + "type": "button", + "action": "leftTrigger" + }, + { + "type": "button", + "action": "leftBumper" + } + ] + }, + "right": { + "inner": [ + { + "type": "button", + "action": "gamepadA", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "interact" + } + } + } + } + ], + "outer": [ + null, + { + "type": "button", + "action": "gamepadB" + }, + null, + { + "type": "button", + "action": "rightThumb" + }, + [ + { + "type": "joystick", + "axis": { + "input": "axisXY", + "output": "rightJoystick" + } + } + ], + { + "type": "button", + "action": "gamepadX", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "enterDoor" + } + } + } + }, + { + "type": "button", + "action": "gamepadY", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "ability" + } + } + } + } + ] + }, + "upper": { + "right": [ + { + "type": "button", + "action": "menu" + }, + { + "type": "button", + "action": "view" + } + ] + } + } + } + } +}