Skip to content

Commit 431db3f

Browse files
committed
Merge commit '2826469b551d2b04537b5ddc4dd031e7bd69a701' into dev
2 parents 035d08a + 2826469 commit 431db3f

2 files changed

Lines changed: 46 additions & 4 deletions

File tree

dependencies/buttplug-device-config/buttplug-device-config.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
"42300001-0023-4bd4-bbd5-a6920e4c5653": {
5252
"tx": "42300002-0023-4bd4-bbd5-a6920e4c5653",
5353
"rx": "42300003-0023-4bd4-bbd5-a6920e4c5653"
54+
},
55+
"43300001-0023-4bd4-bbd5-a6920e4c5653": {
56+
"tx": "43300002-0023-4bd4-bbd5-a6920e4c5653",
57+
"rx": "43300003-0023-4bd4-bbd5-a6920e4c5653"
5458
}
5559
}
5660
}
@@ -163,6 +167,7 @@
163167
"Bloom",
164168
"classic",
165169
"Classic",
170+
"Chorus",
166171
"Ditto",
167172
"Gala",
168173
"Jive",
@@ -178,9 +183,11 @@
178183
"imassager",
179184
"Interactive Massager",
180185
"03",
186+
"Skeena",
181187
"Sync",
182188
"Vector",
183189
"Verge",
190+
"Wand",
184191
"Wish"
185192
],
186193
"services": {
@@ -221,7 +228,8 @@
221228
"Pearl2",
222229
"Fuse",
223230
"Virtual Blowbot",
224-
"Titan"
231+
"Titan",
232+
"Virtual Rabbit"
225233
],
226234
"services": {
227235
"88f82580-0000-01e6-aace-0002a5d5c51b": {
@@ -236,7 +244,8 @@
236244
"btle": {
237245
"names": [
238246
"Onyx2.1",
239-
"Titan1.1"
247+
"Titan1.1",
248+
"Onyx+"
240249
],
241250
"services": {
242251
"00001900-0000-1000-8000-00805f9b34fb": {
@@ -328,7 +337,8 @@
328337
"names": [
329338
"CycSA",
330339
"Bach smart",
331-
"UFOSA"
340+
"UFOSA",
341+
"VorzePiston"
332342
],
333343
"services": {
334344
"40ee1111-63ec-4b7f-8ce7-712efd55b90e": {
@@ -396,7 +406,8 @@
396406
"motorbunny": {
397407
"btle": {
398408
"names": [
399-
"MB Controller"
409+
"MB Controller",
410+
"MB LINK 201"
400411
],
401412
"services": {
402413
"0000fff0-0000-1000-8000-00805f9b34fb": {
@@ -493,6 +504,19 @@
493504
}
494505
}
495506
}
507+
},
508+
"lovenuts": {
509+
"btle": {
510+
"names": [
511+
"Love_Nuts"
512+
],
513+
"services": {
514+
"0000fff0-0000-1000-8000-00805f9b34fb": {
515+
"tx": "0000fff1-0000-1000-8000-00805f9b34fb",
516+
"rx": "0000fff1-0000-1000-8000-00805f9b34fb"
517+
}
518+
}
519+
}
496520
}
497521
}
498522
}

dependencies/buttplug-device-config/buttplug-device-config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ protocols:
177177
42300001-0023-4bd4-bbd5-a6920e4c5653: # Max 2
178178
tx: 42300002-0023-4bd4-bbd5-a6920e4c5653
179179
rx: 42300003-0023-4bd4-bbd5-a6920e4c5653
180+
43300001-0023-4bd4-bbd5-a6920e4c5653:
181+
tx: 43300002-0023-4bd4-bbd5-a6920e4c5653
182+
rx: 43300003-0023-4bd4-bbd5-a6920e4c5653
180183
xinput:
181184
# This will actually be ANY gamepad that supports XInput. XInput
182185
# is its own connector type, so we don't have any special
@@ -278,6 +281,7 @@ protocols:
278281
- Bloom
279282
- classic
280283
- Classic
284+
- Chorus
281285
- Ditto
282286
- Gala
283287
- Jive
@@ -293,9 +297,11 @@ protocols:
293297
- imassager # Reina alias
294298
- Interactive Massager # Reina alias
295299
- "03" # Reina alias
300+
- Skeena # WeVibe 6? Possible alias for Chrous
296301
- Sync
297302
- Vector
298303
- Verge
304+
- Wand
299305
- Wish
300306
services:
301307
f000bb03-0451-4000-b000-000000000000:
@@ -324,6 +330,7 @@ protocols:
324330
- Fuse
325331
- Virtual Blowbot
326332
- Titan
333+
- Virtual Rabbit
327334
services:
328335
88f82580-0000-01e6-aace-0002a5d5c51b:
329336
tx: 88f82581-0000-01e6-aace-0002a5d5c51b
@@ -334,6 +341,7 @@ protocols:
334341
names:
335342
- Onyx2.1
336343
- Titan1.1
344+
- Onyx+
337345
services:
338346
00001900-0000-1000-8000-00805f9b34fb:
339347
# Used to clear the whitelist
@@ -405,6 +413,7 @@ protocols:
405413
- CycSA
406414
- Bach smart
407415
- UFOSA
416+
- VorzePiston
408417
services:
409418
40ee1111-63ec-4b7f-8ce7-712efd55b90e:
410419
tx: 40ee2222-63ec-4b7f-8ce7-712efd55b90e
@@ -446,6 +455,7 @@ protocols:
446455
btle:
447456
names:
448457
- MB Controller
458+
- MB LINK 201
449459
services:
450460
0000fff0-0000-1000-8000-00805f9b34fb:
451461
tx: 0000fff6-0000-1000-8000-00805f9b34fb
@@ -514,6 +524,14 @@ protocols:
514524
00000a60-0000-1000-8000-00805f9b34fb:
515525
tx: 00000a66-0000-1000-8000-00805f9b34fb
516526
rx: 00000a67-0000-1000-8000-00805f9b34fb
527+
lovenuts:
528+
btle:
529+
names:
530+
- Love_Nuts
531+
services:
532+
0000fff0-0000-1000-8000-00805f9b34fb:
533+
tx: 0000fff1-0000-1000-8000-00805f9b34fb
534+
rx: 0000fff1-0000-1000-8000-00805f9b34fb
517535
# nintendo-joycon:
518536
# hid:
519537
# vendor-id: 0x057e

0 commit comments

Comments
 (0)