Skip to content

Commit b88cb9f

Browse files
committed
update settings
1 parent 184d5a5 commit b88cb9f

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

resources/settings/default.vrsettings

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
@@ -20,11 +20,13 @@
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,
@@ -40,8 +42,7 @@
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
{
@@ -55,8 +56,13 @@
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
{
@@ -70,4 +76,4 @@
7076
"__title": "Alpha Protocol",
7177
"max_analog_value": 4095
7278
}
73-
}
79+
}

0 commit comments

Comments
 (0)