diff --git a/touch-layouts/layouts/doom-64.json b/touch-layouts/layouts/doom-64.json index bdda946..1eab12f 100644 --- a/touch-layouts/layouts/doom-64.json +++ b/touch-layouts/layouts/doom-64.json @@ -2,14 +2,12 @@ "schema_version": 1, "layouts": { "custom": { - "name": "Custom", + "name": "custom", "content": { "left": { "inner": [ { "type": "joystick", - "action": "leftTrigger", - "actionThreshold": 0.75, "axis": { "input": "axisXY", "output": "leftJoystick", @@ -29,18 +27,6 @@ "type": "color", "value": "#c60a0a" } - }, - "activated": { - "knob": { - "faceImage": { - "type": "icon", - "value": "sprint" - }, - "background": { - "type": "color", - "value": "#c60a0a" - } - } } } }