From 3260dcfa11053d1b799587b727e614af9133322b Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Wed, 6 Mar 2024 07:47:10 +0700 Subject: [PATCH] perfect-dark: update layout --- touch-layouts/layouts/perfect-dark.json | 29 +++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/touch-layouts/layouts/perfect-dark.json b/touch-layouts/layouts/perfect-dark.json index 308841b..03d471b 100644 --- a/touch-layouts/layouts/perfect-dark.json +++ b/touch-layouts/layouts/perfect-dark.json @@ -42,9 +42,26 @@ "outer": [ null, null, - null, - null, - null, + { + "type": "button", + "action": "leftThumb", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "crouch" + } + } + } + }, + { + "type": "button", + "action": "rightBumper" + }, + { + "type": "button", + "action": "leftBumper" + }, null, [ { @@ -106,7 +123,7 @@ "default": { "faceImage": { "type": "icon", - "value": "crouch" + "value": "weaponSelect" } } } @@ -188,6 +205,10 @@ { "type": "button", "action": "menu" + }, + { + "type": "button", + "action": "view" } ] }