diff --git a/touch-layouts/layouts/tomb-raider-raise.json b/touch-layouts/layouts/tomb-raider-raise.json index 36881ff..2f4b8c5 100644 --- a/touch-layouts/layouts/tomb-raider-raise.json +++ b/touch-layouts/layouts/tomb-raider-raise.json @@ -187,31 +187,13 @@ } }, { - "type": "touchpad", - "axis": [ - { - "input": "axisX", - "output": "rightJoystickX", - "sensitivity": 3 - }, - { - "input": "axisY", - "output": "rightJoystickY", - "sensitivity": 3 - } - ], - "renderAsButton": true, - "action": "rightBumper", + "type": "button", + "action": "gamepadY", "styles": { "default": { - "knob": { - "faceImage": { - "type": "icon", - "value": "rightBumper" - }, - "stroke": { - "opacity": 0.1 - } + "faceImage": { + "type": "icon", + "value": "punch" } } } @@ -260,13 +242,31 @@ } }, { - "type": "button", - "action": "gamepadY", + "type": "touchpad", + "axis": [ + { + "input": "axisX", + "output": "rightJoystickX", + "sensitivity": 3 + }, + { + "input": "axisY", + "output": "rightJoystickY", + "sensitivity": 3 + } + ], + "renderAsButton": true, + "action": "rightBumper", "styles": { "default": { - "faceImage": { - "type": "icon", - "value": "punch" + "knob": { + "faceImage": { + "type": "icon", + "value": "rightBumper" + }, + "stroke": { + "opacity": 0.1 + } } } }