mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
26 lines
1.3 KiB
JSON
26 lines
1.3 KiB
JSON
{
|
|
"name": "Vive to Standard",
|
|
"channels": [
|
|
{ "from": "Vive.LY", "when": "Vive.LS", "filters": ["invert" ,{ "type": "deadZone", "min": 0.6 }], "to": "Standard.LY" },
|
|
{ "from": "Vive.LX", "when": "Vive.LS", "filters": [{ "type": "deadZone", "min": 0.6 }], "to": "Standard.LX" },
|
|
|
|
{ "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", { "type": "deadZone", "min": 0.6 }], "to": "Standard.RY" },
|
|
{ "from": "Vive.RX", "when": "Vive.RS", "filters": [{ "type": "deadZone", "min": 0.6 }], "to": "Standard.RX" },
|
|
|
|
{ "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" },
|
|
|
|
{ "from": "Vive.LeftHand", "to": "Standard.LeftHand" },
|
|
{ "from": "Vive.RightHand", "to": "Standard.RightHand" }
|
|
]
|
|
}
|