Test new structure

This commit is contained in:
redphx
2024-02-09 17:26:51 +07:00
parent e4c1e74bd5
commit 415b880e31
19 changed files with 1649 additions and 557 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"
}
]
}
}
}
}
}