diff --git a/touch-layouts/1610974574.json b/touch-layouts/1610974574.json new file mode 100644 index 0000000..7fc0467 --- /dev/null +++ b/touch-layouts/1610974574.json @@ -0,0 +1,44 @@ +{ + "schema_version": 2, + "name": "Cocoon", + "default_layout": "custom", + "layouts": { + "custom": { + "name": "Custom", + "content": { + "left": { + "inner": [ + { + "type": "joystick", + "axis": { + "input": "axisXY", + "output": "leftJoystick" + }, + "relative": false + } + ] + }, + "right": { + "inner": [ + { + "type": "button", + "action": "gamepadA" + } + ] + }, + "upper": { + "right": [ + { + "type": "button", + "action": "menu" + }, + { + "type": "button", + "action": "gamepadB" + } + ] + } + } + } + } +}