Skip to content

Commit

Permalink
Added remaining files
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanc490 committed Apr 4, 2024
1 parent 2964036 commit 5536cd8
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions lib/controller_profile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
const data = [{
"windows" : {
"axis": {
"0": "trackpad", "1": "trackpad", "2": "thumbstick", "3": "thumbstick"},
"left": {
"0": "trigger", "1": "grip", "2": "trackpad", "3": "thumbstick", "4": null, "5": null, "6": null},
"right": {
"0": "trigger", "1": "grip", "2": "trackpad", "3": "thumbstick", "4": null, "5": null, "6": null}
},

"oc_touch" : {
"axis": {
"0": null, "1": null, "2": "thumbstick", "3": "thumbstick"},
"left": {
"0": "trigger", "1": "grip", "2": null, "3": "thumbstick", "4": "xbutton", "5": "ybutton", "6": "surface"},
"right": {
"0": "trigger", "1": "grip", "2": null, "3": "thumbstick", "4": "abutton", "5": "bbutton", "6": "surface"}
},

"oc_go" : {
"axis": {
"0": "touchpad", "1": "touchpad", "2": null, "3": null},
"left": {
"0": "trigger", "1": null, "2": "touchpad", "3": null, "4": null, "5": null, "6": null},
"right": {
"0": "trigger", "1": null, "2": "touchpad", "3": null, "4": null, "5": null, "6": null }
},

"vive" : {
"axis": {
"0": "trackpad", "1": "trackpad", "2": null, "3": null},
"left": {
"0": "trigger", "1": "grip", "2": "touchpad", "3": null, "4": null, "5": null, "6": null},
"right": {
"0": "trigger", "1": "grip", "2": "touchpad", "3": null, "4": null, "5": null, "6": null}
},

"vive_focus" : {
"axis": {
"0": "trackpad", "1": "trackpad", "2": null, "3": null},
"left": {
"0": "trigger", "1": null, "2": "touchpad", "3": null, "4": "menu", "5": null, "6": null},
"right": {
"0": "trigger", "1": null, "2": "touchpad", "3": null, "4": "menu", "5": null, "6": null}
},
"generic" : {
"axis": {
"0": "touchpad", "1": "touchpad", "2": "thumbstick", "3": "thumbstick"},
"left": {
"0": "trigger", "1": "grip", "2": "touchpad", "3": "thumbstick", "4": "xbutton", "5": "ybutton", "6": "surface"},
"right": {
"0": "trigger", "1": "grip", "2": "touchpad", "3": "thumbstick", "4": "abutton", "5": "bbutton", "6": "surface"}
}

}]

0 comments on commit 5536cd8

Please sign in to comment.