diff --git a/touch-layouts/1741728886.json b/touch-layouts/1741728886.json new file mode 100644 index 0000000..a00f33e --- /dev/null +++ b/touch-layouts/1741728886.json @@ -0,0 +1,7 @@ +{ + "name": "Arcade Paradise", + "default_layout": "custom", + "layouts": [ + "arcade-paradise" + ] +} diff --git a/touch-layouts/layouts/arcade-paradise.json b/touch-layouts/layouts/arcade-paradise.json new file mode 100644 index 0000000..ad69e0f --- /dev/null +++ b/touch-layouts/layouts/arcade-paradise.json @@ -0,0 +1,103 @@ +{ + "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, + { + "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" + } + ] + } + } + } + } +}