This commit is contained in:
redphx 2025-03-01 20:38:34 +07:00
parent 5f6da63367
commit a6b1c60a09
3 changed files with 92 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"name": "Balatro",
"product_id": "9PK087LNGJC5",
"default_layout": "custom",
"layouts": [
"balatro"
]
}

View File

@ -30,6 +30,7 @@
"9PBV5F2DBNC6",
"9PFGQGC0XWLV",
"9PJ2HR6WGRND",
"9PK087LNGJC5",
"9PLKVSWR299F",
"9PLT62LRF9V7",
"9PLZPHBNHTMF",

View File

@ -0,0 +1,83 @@
{
"schema_version": 1,
"layouts": {
"custom": {
"name": "Custom",
"author": "redphx",
"content": {
"left": {
"inner": [
{
"type": "directionalPad",
"interaction": {
"activationType": "exclusive"
},
"scale": 1.5
}
],
"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": [
null,
{
"type": "button",
"action": "gamepadB"
},
null,
null,
null,
{
"type": "button",
"action": "gamepadX"
},
null,
{
"type": "button",
"action": "gamepadY"
}
]
},
"upper": {
"right": [
{
"type": "button",
"action": "menu"
},
{
"type": "button",
"action": "view"
}
]
}
}
}
}
}