From f112d345e84e9df2393f97e7ab1f5a4b5fab4374 Mon Sep 17 00:00:00 2001 From: Bradley Austin Davis Date: Tue, 6 Dec 2016 09:37:54 -0800 Subject: [PATCH] Add dead zone to yaw controls --- interface/resources/controllers/xbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/controllers/xbox.json b/interface/resources/controllers/xbox.json index 36065b87a1..51690dda30 100644 --- a/interface/resources/controllers/xbox.json +++ b/interface/resources/controllers/xbox.json @@ -25,7 +25,7 @@ ] }, - { "from": "GamePad.RX", "to": "Actions.Yaw" }, + { "from": "GamePad.RX", "filters": { "type": "deadZone", "min": 0.05 }, "to": "Actions.Yaw" }, { "from": "GamePad.RY", "to": "Actions.VERTICAL_UP",