diff --git a/touch-layouts/2046367994.json b/touch-layouts/2046367994.json new file mode 100644 index 0000000..fc2076f --- /dev/null +++ b/touch-layouts/2046367994.json @@ -0,0 +1,7 @@ +{ + "name": "Those Who Remain", + "default_layout": "custom", + "layouts": [ + "those-who-remain" + ] +} diff --git a/touch-layouts/layouts/those-who-remain.json b/touch-layouts/layouts/those-who-remain.json new file mode 100644 index 0000000..492415f --- /dev/null +++ b/touch-layouts/layouts/those-who-remain.json @@ -0,0 +1,95 @@ +{ + "schema_version": 1, + "layouts": { + "custom": { + "name": "Custom", + "content": { + "left": { + "inner": [ + { + "type": "joystick", + "axis": { + "input": "axisXY", + "output": "leftJoystick" + } + } + ], + "outer": [ + null, + null, + null, + null, + null, + null, + null + ] + }, + "right": { + "inner": [ + { + "type": "joystick", + "axis": { + "input": "axisXY", + "output": "rightJoystick" + } + } + ], + "outer": [ + { + "type": "button", + "action": "gamepadB", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "throw" + } + } + } + }, + null, + { + "type": "button", + "action": "leftTrigger", + "toggle": true, + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "run" + } + } + } + }, + null, + null, + { + "type": "button", + "action": "gamepadA", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "interact" + } + } + } + } + ] + }, + "upper": { + "right": [ + { + "type": "button", + "action": "menu" + }, + { + "type": "button", + "action": "gamepadY" + } + ] + } + } + } + } +}