{
    "profileId": "microsoft-mixed-reality",
    "fallbackProfileIds": [ "generic-trigger-squeeze-touchpad-thumbstick"],
    "deprecatedProfileIds": [ "windows-mixed-reality" ],
    "layouts" : {
        "left-right" : {
            "selectComponentId": "xr-standard-trigger",
            "components": {
                "xr-standard-trigger": { "type": "trigger" },
                "xr-standard-squeeze": { "type": "squeeze" },
                "xr-standard-touchpad": { "type": "touchpad" },
                "xr-standard-thumbstick": { "type": "thumbstick" },
                "menu" : { "type": "button", "reserved": true }
            },
            "gamepad" : {
                "mapping": "xr-standard",
                "buttons": [
                    "xr-standard-trigger",
                    "xr-standard-squeeze",
                    "xr-standard-touchpad",
                    "xr-standard-thumbstick"
                ],
                "axes":[
                    { "componentId": "xr-standard-touchpad", "axis": "x-axis"},
                    { "componentId": "xr-standard-touchpad", "axis": "y-axis"},
                    { "componentId": "xr-standard-thumbstick", "axis": "x-axis"},
                    { "componentId": "xr-standard-thumbstick", "axis": "y-axis"}
                ]
            }
        }
    }
}