From 2329d20472c8f607f66f83e9d1cf1b7f6c0b92e6 Mon Sep 17 00:00:00 2001 From: Kode-Z <162533196+Kode-Z@users.noreply.github.com> Date: Sat, 13 Apr 2024 10:42:18 +0100 Subject: [PATCH] Update arcade-paradise.json (#362) * Update arcade-paradise.json Added buttons (used for arcade cabinets!) * Update arcade-paradise.json --- touch-layouts/layouts/arcade-paradise.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/touch-layouts/layouts/arcade-paradise.json b/touch-layouts/layouts/arcade-paradise.json index ad69e0f..925bbe0 100644 --- a/touch-layouts/layouts/arcade-paradise.json +++ b/touch-layouts/layouts/arcade-paradise.json @@ -18,10 +18,19 @@ null, null, null, + { + "type": "button", + "action": "rightBumper" + }, + { + "type": "button", + "action": "leftBumper" + }, null, - null, - null, - null, + { + "type": "button", + "action": "leftTrigger" + }, { "type": "button", "action": "rightTrigger"