bejeweled-3: add layout

This commit is contained in:
redphx 2024-05-10 21:49:23 +07:00
parent 71a273fc5c
commit 86a28a2797
3 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"name": "Bejeweled 3",
"product_id": "BR7QJW8V9L2S",
"default_layout": "custom",
"layouts": [
"bejeweled-3"
]
}

View File

@ -32,6 +32,7 @@
"9PNJXVCVWD4K",
"BPCN22ZVT05C",
"BR1D9CR82ZM8",
"BR7QJW8V9L2S",
"BTQMHK78ZPF9",
"BWMH951M3G3P",
"BX3M8L83BBRW",

View File

@ -0,0 +1,70 @@
{
"schema_version": 1,
"layouts": {
"custom": {
"name": "Custom",
"author": "redphx",
"content": {
"left": {
"inner": [
{
"type": "directionalPad",
"scale": 1.5,
"interaction": {
"activationType": "exclusive"
}
}
]
},
"right": {
"inner": [
{
"type": "button",
"action": "gamepadY"
},
{
"type": "button",
"action": "gamepadB"
},
{
"type": "button",
"action": "gamepadA"
},
{
"type": "button",
"action": "gamepadX"
}
],
"outer": [
{
"type": "button",
"action": "rightBumper"
},
null,
null,
null,
null,
null,
null,
{
"type": "button",
"action": "leftBumper"
}
]
},
"upper": {
"right": [
{
"type": "button",
"action": "menu"
},
{
"type": "button",
"action": "view"
}
]
}
}
}
}
}