diff --git a/touch-layouts/2136524032.json b/touch-layouts/2136524032.json new file mode 100644 index 0000000..8165aa0 --- /dev/null +++ b/touch-layouts/2136524032.json @@ -0,0 +1,195 @@ +{ + "schema_version": 2, + "name": "Chicory", + "default_layout": "custom", + "layouts": { + "custom": { + "name": "Custom", + "content": { + "left": { + "inner": [ + { + "type": "joystick", + "axis": { + "input": "axisXY", + "output": "leftJoystick" + }, + "relative": false, + "styles": { + "default": { + "outline": { + "stroke": { + "type": "solid", + "color": "#ff0000aa" + } + }, + "knob": { + "background": { + "type": "color", + "value": "#ff000033" + }, + "stroke": { + "type": "solid", + "color": "#ff0000aa" + } + } + } + } + } + ], + "outer": [ + { + "type": "button", + "action": "rightBumper", + "styles": { + "default": { + "background": { + "type": "color", + "value": "#ff000033" + } + } + } + }, + { + "type": "button", + "action": "rightTrigger", + "styles": { + "default": { + "background": { + "type": "color", + "value": "#ff000033" + } + } + } + }, + [ + { + "type": "directionalPad", + "interaction": { + "activationType": "exclusive" + }, + "styles": { + "default": { + "fill": "#ff000033", + "stroke": { + "type": "solid", + "color": "#ff0000aa" + } + } + } + } + ], + { + "type": "button", + "action": "rightThumb", + "styles": { + "default": { + "background": { + "type": "color", + "value": "#ff000033" + } + } + } + }, + null, + { + "type": "button", + "action": "leftTrigger", + "styles": { + "default": { + "background": { + "type": "color", + "value": "#ff000033" + } + } + } + }, + { + "type": "button", + "action": "leftBumper", + "styles": { + "default": { + "background": { + "type": "color", + "value": "#ff000033" + } + } + } + } + ] + }, + "right": { + "inner": [ + { + "type": "button", + "action": "gamepadY" + }, + { + "type": "button", + "action": "gamepadB" + }, + { + "type": "button", + "action": "gamepadA" + }, + { + "type": "button", + "action": "gamepadX" + } + ], + "outer": [ + null, + null, + null, + null, + [ + { + "type": "joystick", + "axis": { + "input": "axisXY", + "output": "rightJoystick", + "deadzone": { + "threshold": 0.05, + "radial": true + } + }, + "styles": { + "default": { + "outline": { + "stroke": { + "type": "solid", + "color": "#ff0000aa" + } + }, + "knob": { + "background": { + "type": "color", + "value": "#ff000033" + }, + "stroke": { + "type": "solid", + "color": "#ff0000aa" + } + } + } + } + } + ] + ] + }, + "upper": { + "right": [ + { + "type": "button", + "action": "menu" + }, + { + "type": "button", + "action": "view" + } + ] + } + } + } + } +}