Skip to content

Commit

Permalink
feat: Adding support for 3 more Vibcrafter devices
Browse files Browse the repository at this point in the history
* Vibcrafter Janna
* Vibcrafter Nidalee
* Vibcrafter Hayden
* Vibcrafter Harlow (just renamed)
  • Loading branch information
blackspherefollower authored and qdot committed May 11, 2024
1 parent 0a9e40a commit 89d14bb
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 3 deletions.
44 changes: 42 additions & 2 deletions buttplug/buttplug-device-config/buttplug-device-config.json
Expand Up @@ -9980,7 +9980,10 @@
"vibcrafter": {
"btle": {
"names": [
"be gentle"
"be gentle",
"Janna",
"Hayden",
"Nidalee"
],
"services": {
"53300051-0060-4bd4-bbe5-a6920e4c5663": {
Expand Down Expand Up @@ -10009,7 +10012,44 @@
}
]
}
}
},
"configurations": [
{
"identifier": [
"be gentle"
],
"name": "VibCrafter ?"
},
{
"identifier": [
"Hayden"
],
"name": "VibCrafter Hayden"
},
{
"identifier": [
"Nidalee"
],
"name": "VibCrafter Nidalee"
},
{
"identifier": [
"Janna"
],
"name": "VibCrafter Janna",
"messages": {
"ScalarCmd": [
{
"StepRange": [
0,
99
],
"ActuatorType": "Vibrate"
}
]
}
}
]
},
"lioness": {
"btle": {
Expand Down
22 changes: 21 additions & 1 deletion buttplug/buttplug-device-config/buttplug-device-config.yml
Expand Up @@ -4916,7 +4916,10 @@ protocols:
vibcrafter:
btle:
names:
- be gentle
- be gentle # Harlow
- Janna
- Hayden
- Nidalee
services:
53300051-0060-4bd4-bbe5-a6920e4c5663:
tx: 53300052-0060-4bd4-bbe5-a6920e4c5663
Expand All @@ -4929,6 +4932,23 @@ protocols:
ActuatorType: Vibrate
- StepRange: [ 0, 99 ]
ActuatorType: Vibrate
configurations:
- identifier:
- be gentle
name: VibCrafter Harlow
- identifier:
- Hayden
name: VibCrafter Hayden
- identifier:
- Nidalee
name: VibCrafter Nidalee
- identifier:
- Janna
name: VibCrafter Janna
messages:
ScalarCmd:
- StepRange: [ 0, 99 ]
ActuatorType: Vibrate
lioness:
btle:
names:
Expand Down

0 comments on commit 89d14bb

Please sign in to comment.