diff --git a/bindings/holographic_controller.json b/bindings/holographic_controller.json index abd098e..fff36e6 100644 --- a/bindings/holographic_controller.json +++ b/bindings/holographic_controller.json @@ -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": [ @@ -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" - ] - ] - } ] } } diff --git a/bindings/hpmotioncontroller.json b/bindings/hpmotioncontroller.json index 2558b82..8e5d31f 100644 --- a/bindings/hpmotioncontroller.json +++ b/bindings/hpmotioncontroller.json @@ -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": [ @@ -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" - ] - ] - } ] } } diff --git a/bindings/knuckles.json b/bindings/knuckles.json index c0e8732..18e36c8 100644 --- a/bindings/knuckles.json +++ b/bindings/knuckles.json @@ -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": [ @@ -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" - } ] } } diff --git a/bindings/oculus_touch.json b/bindings/oculus_touch.json index 9a68404..9e51667 100644 --- a/bindings/oculus_touch.json +++ b/bindings/oculus_touch.json @@ -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": [ @@ -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" - } ] } } diff --git a/bindings/vive_controller.json b/bindings/vive_controller.json index 6d195f4..f52bbda 100644 --- a/bindings/vive_controller.json +++ b/bindings/vive_controller.json @@ -3,38 +3,7 @@ "controller_type": "vive_controller", "bindings": { "/actions/main": { - "sources": [ - { - "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": {} - }, - { - "path": "/user/hand/left/input/trackpad", - "mode": "button", - "inputs": {} - }, - { - "path": "/user/hand/right/input/trackpad", - "mode": "button", - "inputs": {} - } - ], + "sources": [], "skeleton": [], "haptics": [], "poses": [ @@ -48,50 +17,6 @@ "path": "/user/hand/right/pose/raw", "requirement": "optional" } - ], - "chords": [ - { - "inputs": [ - [ - "/user/hand/left/input/grip", - "held" - ], - [ - "/user/hand/right/input/grip", - "held" - ], - [ - "/user/hand/left/input/trigger", - "click" - ], - [ - "/user/hand/right/input/trigger", - "click" - ] - ], - "output": "/actions/main/in/fast_reset" - }, - { - "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" - ] - ], - "output": "/actions/main/in/request_calibration" - } ] } }