diff --git a/touch-layouts/1731121397.json b/touch-layouts/1731121397.json new file mode 100644 index 0000000..2fefcbf --- /dev/null +++ b/touch-layouts/1731121397.json @@ -0,0 +1,7 @@ +{ + "name": "The Quarry", + "default_layout": "custom", + "layouts": [ + "the-quarry" + ] +} diff --git a/touch-layouts/layouts/the-quarry.json b/touch-layouts/layouts/the-quarry.json new file mode 100644 index 0000000..82a053e --- /dev/null +++ b/touch-layouts/layouts/the-quarry.json @@ -0,0 +1,110 @@ +{ + "schema_version": 1, + "layouts": { + "custom": { + "name": "custom", + "content": { + "left": { + "inner": [ + { + "type": "joystick", + "action": "leftBumper", + "actionThreshold": 2, + "axis": { + "input": "axisXY", + "output": "leftJoystick" + }, + "styles": { + "default": { + "knob": { + "faceImage": { + "type": "icon", + "value": "walk" + } + } + }, + "activated": { + "knob": { + "faceImage": { + "type": "icon", + "value": "sprint" + } + } + } + } + } + ], + "outer": [ + { + "type": "button", + "action": "rightBumper" + }, + null, + null, + null, + null, + null, + null, + { + "type": "button", + "action": "leftBumper" + } + ] + }, + "right": { + "inner": [ + { + "type": "joystick", + "axis": { + "input": "axisXY", + "output": "rightJoystick" + } + } + ], + "outer": [ + null, + { + "type": "button", + "action": "gamepadB" + }, + null, + null, + null, + { + "type": "button", + "action": "gamepadA", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "interact" + } + } + } + }, + { + "type": "button", + "action": "rightTrigger" + } + ] + }, + "upper": { + "right": [ + { + "type": "button", + "action": "menu" + }, + { + "type": "button", + "action": "gamepadY" + }, + { + "type": "button", + "action": "gamepadX" + } + ] + } + } + } + } +}