From e29a4bc05250e167e764c1dc70ede3d12e97fb91 Mon Sep 17 00:00:00 2001 From: feos Date: Sun, 5 Jan 2025 14:30:35 +0300 Subject: [PATCH] add amiga to default controls --- Assets/defctrl.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Assets/defctrl.json b/Assets/defctrl.json index f916cf57a1..35d4b3a326 100644 --- a/Assets/defctrl.json +++ b/Assets/defctrl.json @@ -674,6 +674,16 @@ "Mouse Left Click": "Z", "Mouse Middle Click": "X", "Mouse Right Click": "C" + }, + "Amiga Controller": { + "P1 Mouse Left Button": "WMouse L", + "P2 Joystick Up": "Up", + "P2 Joystick Down": "Down", + "P2 Joystick Left": "Left", + "P2 Joystick Right": "Right", + "P2 Joystick Button 1": "Z", + "P2 Joystick Button 2": "X", + "P2 Joystick Button 3": "C" } }, "AllTrollersAutoFire": { @@ -1086,6 +1096,18 @@ "Mult": 1.0, "Deadzone": 0.0 } + }, + "Amiga Controller": { + "P1 Mouse X": { + "Value": "WMouse X", + "Mult": 1.0, + "Deadzone": 0.0 + }, + "P1 Mouse Y": { + "Value": "WMouse Y", + "Mult": 1.0, + "Deadzone": 0.0 + } } }, "AllTrollersFeedbacks": {