{
    "profileId" : "generic-touchpad",
    "fallbackProfileIds": [],
    "layouts" : {
        "left-right-none" : {
            "selectComponentId": "touchpad",
            "components": {
                "touchpad": { "type": "touchpad" }
            },
            "gamepad": {
                "mapping": "",
                "buttons": [ 
                    null,
                    null,
                    "touchpad"
                ],
                "axes":[
                    { "componentId": "touchpad", "axis": "x-axis"},
                    { "componentId": "touchpad", "axis": "y-axis"}
                ]
            }
        }
    }
}