Skip to content

Commit 2826469

Browse files
committed
Squashed 'dependencies/buttplug-device-config/' changes from db8bebb..dce4248
dce4248 Merge branch 'dev' e7c187d feat: Adding Lovense Nora 136 UUIDs 4670fa9 feat: Adding WeBibe Chorus and Wand device names aa0b5cf fix: Correct device name for Onyx+ in json beb5143 feat: Adding the Vorze Piston SA BTLE name 5f87ca9 feat: Add the LoveNuts descriptor ae39994 feat: Adding PornHub Virtual Rabbit as a kiiroo-v2-vibrator 0f20a2b Add Onyx+ to kiiroo-v21 9da3a7e Add json for motorbunny name update 80fe45b Add motorbunny buck controller name ca4a896 feat: Adding support for more Kiiroo Gen2.1 devices git-subtree-dir: dependencies/buttplug-device-config git-subtree-split: dce424850ac7262633bb945045ec38f9c81cfada
1 parent 27c6107 commit 2826469

2 files changed

Lines changed: 58 additions & 5 deletions

File tree

buttplug-device-config.json

Lines changed: 35 additions & 5 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": {
@@ -250,13 +259,19 @@
250259
"kiiroo-v21-vibrator": {
251260
"btle": {
252261
"names": [
253-
"Cliona"
262+
"Cliona",
263+
"Pearl2.1",
264+
"OhMiBod 4.0"
254265
],
255266
"services": {
256267
"00001900-0000-1000-8000-00805f9b34fb": {
257268
"whitelist": "00001901-0000-1000-8000-00805f9b34fb",
258269
"tx": "00001902-0000-1000-8000-00805f9b34fb",
259270
"rx": "00001903-0000-1000-8000-00805f9b34fb"
271+
},
272+
"a0d70001-4c16-4ba7-977a-d394920e13a3": {
273+
"tx": "a0d70002-4c16-4ba7-977a-d394920e13a3",
274+
"rx": "a0d70003-4c16-4ba7-977a-d394920e13a3"
260275
}
261276
}
262277
}
@@ -322,7 +337,8 @@
322337
"names": [
323338
"CycSA",
324339
"Bach smart",
325-
"UFOSA"
340+
"UFOSA",
341+
"VorzePiston"
326342
],
327343
"services": {
328344
"40ee1111-63ec-4b7f-8ce7-712efd55b90e": {
@@ -390,7 +406,8 @@
390406
"motorbunny": {
391407
"btle": {
392408
"names": [
393-
"MB Controller"
409+
"MB Controller",
410+
"MB LINK 201"
394411
],
395412
"services": {
396413
"0000fff0-0000-1000-8000-00805f9b34fb": {
@@ -487,6 +504,19 @@
487504
}
488505
}
489506
}
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+
}
490520
}
491521
}
492522
}

buttplug-device-config.yml

Lines changed: 23 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
@@ -344,12 +352,17 @@ protocols:
344352
btle:
345353
names:
346354
- Cliona
355+
- Pearl2.1
356+
- OhMiBod 4.0
347357
services:
348358
00001900-0000-1000-8000-00805f9b34fb:
349359
# Used to clear the whitelist?
350360
whitelist: 00001901-0000-1000-8000-00805f9b34fb
351361
tx: 00001902-0000-1000-8000-00805f9b34fb
352362
rx: 00001903-0000-1000-8000-00805f9b34fb
363+
a0d70001-4c16-4ba7-977a-d394920e13a3:
364+
tx: a0d70002-4c16-4ba7-977a-d394920e13a3
365+
rx: a0d70003-4c16-4ba7-977a-d394920e13a3
353366
kiiroo-v2:
354367
btle:
355368
names:
@@ -400,6 +413,7 @@ protocols:
400413
- CycSA
401414
- Bach smart
402415
- UFOSA
416+
- VorzePiston
403417
services:
404418
40ee1111-63ec-4b7f-8ce7-712efd55b90e:
405419
tx: 40ee2222-63ec-4b7f-8ce7-712efd55b90e
@@ -441,6 +455,7 @@ protocols:
441455
btle:
442456
names:
443457
- MB Controller
458+
- MB LINK 201
444459
services:
445460
0000fff0-0000-1000-8000-00805f9b34fb:
446461
tx: 0000fff6-0000-1000-8000-00805f9b34fb
@@ -509,6 +524,14 @@ protocols:
509524
00000a60-0000-1000-8000-00805f9b34fb:
510525
tx: 00000a66-0000-1000-8000-00805f9b34fb
511526
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
512535
# nintendo-joycon:
513536
# hid:
514537
# vendor-id: 0x057e

0 commit comments

Comments
 (0)