Skip to content

Commit ffb04f5

Browse files
committed
Squashed 'dependencies/buttplug-device-config/' changes from a7ac30f..8622a8f
8622a8f fix: Fix lowercasing on PrettyLove toys 6eede21 fix: Un-capitalize UUIDs in config file 8b9e0c0 Merge commit 'd7a12837b06e1164e86771c9b78dfa64044dc47d' into dev 5ef06d1 chore: Add MonsterPub name for LiBo protocol 1cd7433 Merge commit 'f345ef8af63602a1d0bd9493d15722b92dc2687b' into dev bd9973c fix: Adding missing characteristic for Youcups Warrior 2 13b0795 feat: Add RealTouch support 1b2bb67 feat: Add Kiiroo Onyx 2.1 Support 1848f58 Merge commit '66de34de2cf9e5d166ec5966bf28774ae57f0add' into dev 788b0e5 Merge commit '1daec49b363819f90335913a0aa51dbca58f0355' into dev 56d5224 chore: Fill in lovense characteristic values 903ed4f Merge commit 'f73e040957c02b14e5ab79bbb32c2807fba148cc' into cli-installer 890e3b9 feat: Adding more LiBo devices git-subtree-dir: dependencies/buttplug-device-config git-subtree-split: 8622a8f1be01892b0a9de705811ab24953f09478
1 parent 1daec49 commit ffb04f5

File tree

1 file changed

+31
-11
lines changed

1 file changed

+31
-11
lines changed

buttplug-device-config.yml

+31-11
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ protocols:
190190
- LuXiaoHan # LuLu - Egg
191191
- SuoYinQiu # Karen - Kegel
192192
- BaiHu # LaLa - Suction Rabbit
193+
- MonsterPub # Sistalk MonsterPub (all 6?)
193194
services:
194195
# Write Service
195196
00006000-0000-1000-8000-00805f9b34fb:
@@ -224,9 +225,9 @@ protocols:
224225
# using a wildcard.
225226
- MV Tenuto*
226227
services:
227-
f0006900-110c-478B-B74B-6F403B364A9C:
228-
txmode: f0006901-110c-478B-B74B-6F403B364A9C
229-
txvibrate: f0006903-110c-478B-B74B-6F403B364A9C
228+
f0006900-110c-478b-b74b-6f403b364a9c:
229+
txmode: f0006901-110c-478b-b74b-6f403b364a9c
230+
txvibrate: f0006903-110c-478b-b74b-6f403b364a9c
230231
picobong:
231232
btle:
232233
names:
@@ -280,7 +281,8 @@ protocols:
280281
names:
281282
- Youcups
282283
services:
283-
0000fee9-0000-1000-8000-00805f9b34fb: null
284+
0000fee9-0000-1000-8000-00805f9b34fb:
285+
tx: d44bc439-abfd-45a2-b575-925416129600
284286
cueme:
285287
btle:
286288
names:
@@ -302,6 +304,16 @@ protocols:
302304
tx: 88f82581-0000-01e6-aace-0002a5d5c51b
303305
rxtouch: 88f82582-0000-01e6-aace-0002a5d5c51b
304306
rxaccel: 88f82584-0000-01e6-aace-0002a5d5c51b
307+
kiiroo-v21:
308+
btle:
309+
names:
310+
- Onyx2.1
311+
services:
312+
00001900-0000-1000-8000-00805f9b34fb:
313+
# Used to clear the whitelist
314+
whitelist: 00001901-0000-1000-8000-00805f9b34fb
315+
tx: 00001902-0000-1000-8000-00805f9b34fb
316+
rx: 00001903-0000-1000-8000-00805f9b34fb
305317
kiiroo-v2:
306318
btle:
307319
names:
@@ -362,11 +374,19 @@ protocols:
362374
services:
363375
0000fff0-0000-1000-8000-00805f9b34fb:
364376
tx: 0000fff6-0000-1000-8000-00805f9b34fb
377+
realtouch:
378+
hid:
379+
vendor-id: 0x1f54
380+
product-id: 0x0001
381+
prettylove:
382+
btle:
383+
names:
384+
- Aogu BLE *
385+
services:
386+
0000ffe5-0000-1000-8000-00805f9b34fb:
387+
tx: 0000ffe9-0000-1000-8000-00805f9b34fb
388+
rx: 0000ffe2-0000-1000-8000-00805f9b34fb
365389
# nintendo-joycon:
366-
# names:
367-
# en-us: Nintendo Joycon
368-
# protocol: joycon
369-
# connection-info:
370-
# - hid:
371-
# vendor-id: 0x057e
372-
# product-id: 0x2006
390+
# hid:
391+
# vendor-id: 0x057e
392+
# product-id: 0x2006

0 commit comments

Comments
 (0)
close