From 3ba2459092ec708d607a958ffafcfffcb974c521 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Wed, 7 Feb 2024 06:42:02 +0700 Subject: [PATCH] A Short Hike: add layout --- touch-layouts/2122751230.json | 52 +++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 touch-layouts/2122751230.json diff --git a/touch-layouts/2122751230.json b/touch-layouts/2122751230.json new file mode 100644 index 0000000..4734b93 --- /dev/null +++ b/touch-layouts/2122751230.json @@ -0,0 +1,52 @@ +{ + "schema_version": 2, + "name": "A Short Hike", + "default_layout": "custom", + "layouts": { + "custom": { + "name": "Custom", + "content": { + "left": { + "inner": [ + { + "type": "joystick", + "axis": { + "input": "axisXY", + "output": "leftJoystick" + }, + "relative": false + } + ] + }, + "right": { + "inner": [ + { + "type": "button", + "action": "gamepadY" + }, + { + "type": "button", + "action": "gamepadB" + }, + { + "type": "button", + "action": "gamepadA" + }, + { + "type": "button", + "action": "gamepadX" + } + ] + }, + "upper": { + "right": [ + { + "type": "button", + "action": "menu" + } + ] + } + } + } + } +}