diff --git a/touch-layouts/layouts/balatro.json b/touch-layouts/layouts/balatro.json index ae4aeda..2eb1ad6 100644 --- a/touch-layouts/layouts/balatro.json +++ b/touch-layouts/layouts/balatro.json @@ -12,7 +12,8 @@ "interaction": { "activationType": "exclusive" }, - "scale": 1.5 + "deadzone": 0.5, + "scale": 2 } ], "outer": [ @@ -46,19 +47,64 @@ } ], "outer": [ - null, + { + "type": "button", + "action": "gamepadA", + "enabled": false, + "styles": { + "default": { + "opacity": 0 + } + } + }, { "type": "button", "action": "gamepadB" }, - null, - null, - null, + { + "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" }, - null, + { + "type": "button", + "action": "gamepadA", + "enabled": false, + "styles": { + "default": { + "opacity": 0 + } + } + }, { "type": "button", "action": "gamepadY"