mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-28 02:11:44 +02:00
45 lines
849 B
JSON
45 lines
849 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|