diff --git a/touch-layouts/1797327516.json b/touch-layouts/1797327516.json index 2019412..ff7d10c 100644 --- a/touch-layouts/1797327516.json +++ b/touch-layouts/1797327516.json @@ -109,8 +109,23 @@ ] }, { - "type": "button", - "action": "leftTrigger" + "type": "touchpad", + "axis": [ + { + "input": "axisX", + "output": "leftJoystickX", + "sensitivity": 20 + }, + { + "input": "axisY", + "output": "leftJoystickY", + "sensitivity": 10 + } + ], + "renderAsButton": true, + "action": [ + "leftTrigger" + ] } ] },