Skip to content

Commit

Permalink
feat: Add support for JoyHub Firedragon
Browse files Browse the repository at this point in the history
  • Loading branch information
blackspherefollower authored and qdot committed Mar 17, 2024
1 parent baafa2c commit f5129ca
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
29 changes: 27 additions & 2 deletions buttplug/buttplug-device-config/buttplug-device-config.json
@@ -1,7 +1,7 @@
{
"version": {
"major": 2,
"minor": 26
"minor": 27
},
"protocols": {
"lovense": {
Expand Down Expand Up @@ -8970,7 +8970,8 @@
"J-VibTrefoil",
"J-Panther",
"J-Mecha",
"J-Lagoon"
"J-Lagoon",
"J-Firedragon"
],
"services": {
"0000ffa0-0000-1000-8000-00805f9b34fb": {
Expand Down Expand Up @@ -9165,6 +9166,30 @@
}
]
}
},
{
"identifier": [
"J-Firedragon"
],
"name": "JoyHub Firedragon",
"messages": {
"ScalarCmd": [
{
"StepRange": [
0,
255
],
"ActuatorType": "Oscillate"
},
{
"StepRange": [
0,
255
],
"ActuatorType": "Vibrate"
}
]
}
}
]
},
Expand Down
12 changes: 11 additions & 1 deletion buttplug/buttplug-device-config/buttplug-device-config.yml
Expand Up @@ -93,7 +93,7 @@
# user in the user device config file.
version:
major: 2
minor: 26
minor: 27
protocols:
lovense:
# Lovense is special. Special in oh so many ways.
Expand Down Expand Up @@ -4433,6 +4433,7 @@ protocols:
- J-Panther
- J-Mecha
- J-Lagoon
- J-Firedragon
services:
0000ffa0-0000-1000-8000-00805f9b34fb:
tx: 0000ffa1-0000-1000-8000-00805f9b34fb
Expand Down Expand Up @@ -4515,6 +4516,15 @@ protocols:
- StepRange: [0, 255]
ActuatorType: Vibrate
FeatureDescriptor: Internal vibrator
- identifier:
- J-Firedragon
name: JoyHub Firedragon
messages:
ScalarCmd:
- StepRange: [0, 255]
ActuatorType: Oscillate
- StepRange: [0, 255]
ActuatorType: Vibrate
itoys:
btle:
names:
Expand Down

0 comments on commit f5129ca

Please sign in to comment.