2025-03-02 19:12:19 +07:00

130 lines
2.8 KiB
JSON

{
"schema_version": 1,
"layouts": {
"custom": {
"name": "Custom",
"author": "redphx",
"content": {
"left": {
"inner": [
{
"type": "directionalPad",
"interaction": {
"activationType": "exclusive"
},
"deadzone": 0.5,
"scale": 2
}
],
"outer": [
{
"type": "button",
"action": "rightBumper"
},
null,
null,
null,
null,
{
"type": "button",
"action": "rightTrigger"
},
{
"type": "button",
"action": "leftTrigger"
},
{
"type": "button",
"action": "leftBumper"
}
]
},
"right": {
"inner": [
{
"type": "button",
"action": "gamepadA"
}
],
"outer": [
{
"type": "button",
"action": "gamepadA",
"enabled": false,
"styles": {
"default": {
"opacity": 0
}
}
},
{
"type": "button",
"action": "gamepadB"
},
{
"type": "button",
"action": "gamepadA",
"enabled": false,
"styles": {
"default": {
"opacity": 0
}
}
},
{
"type": "button",
"action": "gamepadA",
"enabled": false,
"styles": {
"default": {
"opacity": 0
}
}
},
{
"type": "button",
"action": "gamepadA",
"enabled": false,
"styles": {
"default": {
"opacity": 0
}
}
},
{
"type": "button",
"action": "gamepadX"
},
{
"type": "button",
"action": "gamepadA",
"enabled": false,
"styles": {
"default": {
"opacity": 0
}
}
},
{
"type": "button",
"action": "gamepadY"
}
]
},
"upper": {
"right": [
{
"type": "button",
"action": "menu"
},
{
"type": "button",
"action": "view"
}
]
}
}
}
}
}