Skip to content

Commit

Permalink
Revert bad default bindings
Browse files Browse the repository at this point in the history
This reverts commits 7c3b159
and 7c1c55a.
  • Loading branch information
kitlith committed Jun 24, 2023
1 parent a2a0be7 commit 50ee54d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 380 deletions.
77 changes: 1 addition & 76 deletions bindings/holographic_controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,7 @@
"controller_type": "holographic_controller",
"bindings": {
"/actions/main": {
"sources": [
{
"path": "/user/hand/left/input/trackpad",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/right/input/trackpad",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/left/input/grip",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/right/input/grip",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/left/input/trigger",
"mode": "trigger",
"inputs": {}
},
{
"path": "/user/hand/right/input/trigger",
"mode": "trigger",
"inputs": {}
}
],
"sources": [],
"skeleton": [],
"haptics": [],
"poses": [
Expand All @@ -48,50 +17,6 @@
"path": "/user/hand/right/pose/raw",
"requirement": "optional"
}
],
"chords": [
{
"output": "/actions/main/in/fast_reset",
"inputs": [
[
"/user/hand/left/input/trigger",
"click"
],
[
"/user/hand/right/input/trigger",
"click"
],
[
"/user/hand/left/input/grip",
"held"
],
[
"/user/hand/right/input/grip",
"held"
]
]
},
{
"output": "/actions/main/in/request_calibration",
"inputs": [
[
"/user/hand/left/input/trackpad",
"held"
],
[
"/user/hand/right/input/trackpad",
"held"
],
[
"/user/hand/left/input/trigger",
"click"
],
[
"/user/hand/right/input/trigger",
"click"
]
]
}
]
}
}
Expand Down
77 changes: 1 addition & 76 deletions bindings/hpmotioncontroller.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,7 @@
"controller_type": "hpmotioncontroller",
"bindings": {
"/actions/main": {
"sources": [
{
"path": "/user/hand/left/input/trigger",
"mode": "trigger",
"inputs": {}
},
{
"path": "/user/hand/right/input/trigger",
"mode": "trigger",
"inputs": {}
},
{
"path": "/user/hand/left/input/x",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/right/input/a",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/left/input/y",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/right/input/b",
"mode": "button",
"inputs": {}
}
],
"sources": [],
"skeleton": [],
"haptics": [],
"poses": [
Expand All @@ -48,50 +17,6 @@
"path": "/user/hand/right/pose/raw",
"requirement": "optional"
}
],
"chords": [
{
"output": "/actions/main/in/fast_reset",
"inputs": [
[
"/user/hand/left/input/trigger",
"click"
],
[
"/user/hand/right/input/trigger",
"click"
],
[
"/user/hand/left/input/x",
"held"
],
[
"/user/hand/right/input/a",
"held"
]
]
},
{
"output": "/actions/main/in/request_calibration",
"inputs": [
[
"/user/hand/left/input/trigger",
"click"
],
[
"/user/hand/right/input/trigger",
"click"
],
[
"/user/hand/left/input/y",
"held"
],
[
"/user/hand/right/input/b",
"held"
]
]
}
]
}
}
Expand Down
77 changes: 1 addition & 76 deletions bindings/knuckles.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,7 @@
"controller_type": "knuckles",
"bindings": {
"/actions/main": {
"sources": [
{
"path": "/user/hand/left/input/a",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/right/input/a",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/right/input/b",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/left/input/b",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/left/input/trigger",
"mode": "trigger",
"inputs": {}
},
{
"path": "/user/hand/right/input/trigger",
"mode": "trigger",
"inputs": {}
}
],
"sources": [],
"skeleton": [],
"haptics": [],
"poses": [
Expand All @@ -48,50 +17,6 @@
"path": "/user/hand/right/pose/raw",
"requirement": "optional"
}
],
"chords": [
{
"inputs": [
[
"/user/hand/left/input/b",
"held"
],
[
"/user/hand/right/input/trigger",
"click"
],
[
"/user/hand/left/input/trigger",
"click"
],
[
"/user/hand/right/input/b",
"held"
]
],
"output": "/actions/main/in/request_calibration"
},
{
"inputs": [
[
"/user/hand/left/input/a",
"held"
],
[
"/user/hand/right/input/a",
"held"
],
[
"/user/hand/right/input/trigger",
"click"
],
[
"/user/hand/left/input/trigger",
"click"
]
],
"output": "/actions/main/in/fast_reset"
}
]
}
}
Expand Down
77 changes: 1 addition & 76 deletions bindings/oculus_touch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,7 @@
"controller_type": "oculus_touch",
"bindings": {
"/actions/main": {
"sources": [
{
"path": "/user/hand/right/input/a",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/right/input/b",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/right/input/trigger",
"mode": "trigger",
"inputs": {}
},
{
"path": "/user/hand/left/input/x",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/left/input/y",
"mode": "button",
"inputs": {}
},
{
"path": "/user/hand/left/input/trigger",
"mode": "trigger",
"inputs": {}
}
],
"sources": [],
"skeleton": [],
"haptics": [],
"poses": [
Expand All @@ -48,50 +17,6 @@
"path": "/user/hand/right/pose/raw",
"requirement": "optional"
}
],
"chords": [
{
"inputs": [
[
"/user/hand/right/input/a",
"held"
],
[
"/user/hand/left/input/trigger",
"click"
],
[
"/user/hand/right/input/trigger",
"click"
],
[
"/user/hand/left/input/x",
"held"
]
],
"output": "/actions/main/in/fast_reset"
},
{
"inputs": [
[
"/user/hand/left/input/y",
"held"
],
[
"/user/hand/right/input/b",
"held"
],
[
"/user/hand/right/input/trigger",
"click"
],
[
"/user/hand/left/input/trigger",
"click"
]
],
"output": "/actions/main/in/request_calibration"
}
]
}
}
Expand Down
Loading

0 comments on commit 50ee54d

Please sign in to comment.