Update layout files

This commit is contained in:
redphx
2024-02-09 18:08:40 +07:00
parent 415b880e31
commit 43a42e3b71
19 changed files with 1615 additions and 2227 deletions

View File

@@ -1,52 +1,7 @@
{
"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"
}
]
}
}
}
}
"layouts": [
"a-short-hike"
]
}