Adding the stepYaw to the Standard mapping

This commit is contained in:
samcake 2015-10-29 12:08:11 -07:00
parent ccbae81dad
commit 8f908f9877

View file

@ -3,6 +3,7 @@
"channels": [
{ "from": "Standard.LY", "to": "Actions.TranslateZ" },
{ "from": "Standard.LX", "to": "Actions.TranslateX" },
{ "from": "Standard.RX", "when": "Application.InHMD", "to": "Actions.StepYaw" },
{ "from": "Standard.RX", "to": "Actions.Yaw" },
{ "from": "Standard.RY", "to": "Actions.Pitch" },