Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
feat: Add Titan1.1 to the Onyx2 protocol
Browse files Browse the repository at this point in the history
The internal protocols need to be updated because they'll identify the
device as a Onyx, but it kinda works for now.
  • Loading branch information
qdot committed Dec 9, 2019
1 parent fa598ba commit db8bebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buttplug-device-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@
"kiiroo-v21": {
"btle": {
"names": [
"Onyx2.1"
"Onyx2.1",
"Titan1.1"
],
"services": {
"00001900-0000-1000-8000-00805f9b34fb": {
Expand Down
1 change: 1 addition & 0 deletions buttplug-device-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ protocols:
btle:
names:
- Onyx2.1
- Titan1.1
services:
00001900-0000-1000-8000-00805f9b34fb:
# Used to clear the whitelist
Expand Down

0 comments on commit db8bebb

Please sign in to comment.