From ff8a8b723a7e3cffdb560e89562318676c67e61b Mon Sep 17 00:00:00 2001 From: Kode-Z <162533196+Kode-Z@users.noreply.github.com> Date: Thu, 21 Mar 2024 06:40:52 +0000 Subject: [PATCH] DOOM 64 Control update (#310) * Update doom-64.json * Update doom-64.json --- touch-layouts/layouts/doom-64.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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" - } - } } } }