diff --git a/touch-layouts/1704490079.json b/touch-layouts/1704490079.json new file mode 100644 index 0000000..f5af029 --- /dev/null +++ b/touch-layouts/1704490079.json @@ -0,0 +1,7 @@ +{ + "name": "South of Midnight", + "default_layout": "custom", + "layouts": [ + "south-of-midnight" + ] +} diff --git a/touch-layouts/layouts/south-of-midnight.json b/touch-layouts/layouts/south-of-midnight.json new file mode 100644 index 0000000..135e887 --- /dev/null +++ b/touch-layouts/layouts/south-of-midnight.json @@ -0,0 +1,147 @@ +{ + "schema_version": 1, + "layouts": { + "custom": { + "name": "Custom", + "author": "Kode-Z", + "content": { + "left": { + "inner": [ + { + "type": "joystick", + "axis": { + "input": "axisXY", + "output": "leftJoystick" + }, + "action": "leftThumb", + "relative": false, + "actionThreshold": 2, + "styles": { + "default": { + "knob": { + "faceImage": { + "type": "icon", + "value": "walk" + } + } + }, + "activated": { + "knob": { + "faceImage": { + "type": "icon", + "value": "sprint" + } + } + } + } + } + ], + "outer": [ + null, + null, + [ + { + "type": "directionalPad" + } + ], + null, + null, + null, + null + ] + }, + "right": { + "inner": [ + { + "type": "joystick", + "expand": false, + "axis": { + "input": "axisXY", + "output": "rightJoystick" + } + } + ], + "outer": [ + { + "type": "button", + "action": "rightBumper" + }, + { + "type": "button", + "action": "rightTrigger" + }, + [ + { + "type": "button", + "action": "gamepadB" + }, + null, + { + "type": "button", + "action": "gamepadA", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "jump" + } + } + } + } + ], + [ + { + "type": "button", + "action": "gamepadX", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "lightPunch3" + } + } + } + }, + { + "type": "button", + "action": "rightThumb" + }, + { + "type": "button", + "action": "gamepadY", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "interact" + } + } + } + } + ], + { + "type": "button", + "action": "leftTrigger" + }, + { + "type": "button", + "action": "leftBumper" + } + ] + }, + "upper": { + "right": [ + { + "type": "button", + "action": "menu" + }, + { + "type": "button", + "action": "view" + } + ] + } + } + } + } +} \ No newline at end of file