mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-25 01:55:34 +02:00
22 lines
813 B
JSON
22 lines
813 B
JSON
{
|
|
"name": "XBox to Standard",
|
|
"channels": [
|
|
{ "from": "Vive.LY", "to": "Standard.LY" },
|
|
{ "from": "Vive.LX", "to": "Standard.LX" },
|
|
{ "from": "Vive.LT", "to": "Standard.LT" },
|
|
{ "from": "Vive.LB", "to": "Standard.LB" },
|
|
{ "from": "Vive.LS", "to": "Standard.LS" },
|
|
|
|
{ "from": "Vive.RY", "to": "Standard.RY" },
|
|
{ "from": "Vive.RX", "to": "Standard.RX" },
|
|
{ "from": "Vive.RT", "to": "Standard.RT" },
|
|
{ "from": "Vive.RB", "to": "Standard.RB" },
|
|
{ "from": "Vive.RS", "to": "Standard.RS" },
|
|
|
|
{ "from": "Vive.Back", "to": "Standard.Back" },
|
|
{ "from": "Vive.Start", "to": "Standard.Start" },
|
|
|
|
{ "from": "Vive.A", "to": "Standard.A" },
|
|
{ "from": "Vive.B", "to": "Standard.B" }
|
|
]
|
|
}
|