mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
26 lines
1.1 KiB
JSON
26 lines
1.1 KiB
JSON
{
|
|
"name": "Vive to Standard",
|
|
"channels": [
|
|
{ "from": "Vive.LY", "when": "Vive.LS", "filters": "invert", "to": "Standard.LY" },
|
|
{ "from": "Vive.LX", "when": "Vive.LS", "to": "Standard.LX" },
|
|
|
|
{ "from": "Vive.LT", "to": "Standard.LT" },
|
|
{ "from": "Vive.LB", "to": "Standard.LB" },
|
|
{ "from": "Vive.LS", "to": "Standard.LS" },
|
|
|
|
{ "from": "Vive.RY", "when": "Vive.RS", "filters": "invert", "to": "Standard.RY" },
|
|
{ "from": "Vive.RX", "when": "Vive.RS", "to": "Standard.RX" },
|
|
|
|
{ "from": "Vive.RT", "to": "Standard.RT" },
|
|
{ "from": "Vive.RB", "to": "Standard.RB" },
|
|
{ "from": "Vive.RS", "to": "Standard.RS" },
|
|
|
|
{ "from": "Vive.LeftPrimaryThumb", "to": "Standard.LeftPrimaryThumb" },
|
|
{ "from": "Vive.RightPrimaryThumb", "to": "Standard.RightPrimaryThumb" },
|
|
{ "from": "Vive.LeftSecondaryThumb", "to": "Standard.LeftSecondaryThumb" },
|
|
{ "from": "Vive.RightSecondaryThumb", "to": "Standard.RightSecondaryThumb" },
|
|
|
|
{ "from": "Vive.LeftHand", "to": "Standard.LeftHand" },
|
|
{ "from": "Vive.RightHand", "to": "Standard.RightHand" }
|
|
]
|
|
}
|