diff --git a/interface/resources/controllers/vive.json b/interface/resources/controllers/vive.json index e534c16b50..a793e1a6cb 100644 --- a/interface/resources/controllers/vive.json +++ b/interface/resources/controllers/vive.json @@ -7,6 +7,7 @@ { "from": "Vive.LT", "to": "Standard.LT" }, { "from": "Vive.LeftGrip", "to": "Standard.LB" }, { "from": "Vive.LS", "to": "Standard.LS" }, + { "from": "Vive.LSTouch", "to": "Standard.LSTouch" }, { "from": "Vive.RY", "when": "Vive.RS", "filters": "invert", "to": "Standard.RY" }, { "from": "Vive.RX", "when": "Vive.RS", "to": "Standard.RX" }, @@ -14,6 +15,7 @@ { "from": "Vive.RT", "to": "Standard.RT" }, { "from": "Vive.RightGrip", "to": "Standard.RB" }, { "from": "Vive.RS", "to": "Standard.RS" }, + { "from": "Vive.RSTouch", "to": "Standard.RSTouch" }, { "from": "Vive.LeftApplicationMenu", "to": "Standard.Back" }, { "from": "Vive.RightApplicationMenu", "to": "Standard.Start" },