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

@@ -0,0 +1,42 @@
{
"schema_version": 1,
"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"
}
]
}
}
}
}
}