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",