11{
2- "driver_openglove":
3- {
2+ "driver_openglove": {
43 "__title": "OpenGlove Configuration",
5- "left_enabled": false,
6- "right_enabled": false,
4+ "left_enabled": true,
5+ "right_enabled": true,
6+ "feedback_enabled": true,
77 "communication_protocol": 0, //title:Communication Method
88 "device_driver": 1, //title:Device Driver Emulation
99 "encoding_protocol": 1 //title:Encoding Protocol
2020 "__title": "Knuckles Emulation",
2121 "__type": "device_driver:1",
2222 "left_serial_number": "LHR-E217CD00",
23- "right_serial_number": "LHR-E217CD01"
23+ "right_serial_number": "LHR-E217CD01",
24+ "approximate_thumb": true
2425 },
2526 "pose_settings":
2627 {
2728 "__title": "Pose settings",
29+ "hardware_calibration_button_enabled": false,
2830 "right_x_offset_position": -0.1,
2931 "right_y_offset_position": -0.08,
3032 "right_z_offset_position": -0.03,
4042 "pose_time_offset": -0.01,
4143 "controller_override": false,
4244 "controller_override_left": 3,
43- "controller_override_right": 4,
44- "hardware_calibration_button_enabled": false
45+ "controller_override_right": 4
4546 },
4647 "communication_serial":
4748 {
5556 {
5657 "__type": "communication_protocol:1",
5758 "__title": "Bluetooth Serial",
58- "left_name": "lucidgloves-left",
59- "right_name": "lucidgloves-right"
59+ "left_name": "lucidgloves-left",
60+ "right_name": "lucidgloves-right"
61+ },
62+ "communication_namedpipe":
63+ {
64+ "__type": "communication_protocol:2",
65+ "__title": "Named Pipe"
6066 },
6167 "encoding_legacy":
6268 {
7076 "__title": "Alpha Protocol",
7177 "max_analog_value": 4095
7278 }
73- }
79+ }
0 commit comments