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

feat: Adding Lovense Nora 136 UUIDs #12

Merged
merged 1 commit into from
Jun 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion buttplug-device-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
"42300001-0023-4bd4-bbd5-a6920e4c5653": {
"tx": "42300002-0023-4bd4-bbd5-a6920e4c5653",
"rx": "42300003-0023-4bd4-bbd5-a6920e4c5653"
},
"43300001-0023-4bd4-bbd5-a6920e4c5653": {
"tx": "43300002-0023-4bd4-bbd5-a6920e4c5653",
"rx": "43300003-0023-4bd4-bbd5-a6920e4c5653"
}
}
}
Expand Down Expand Up @@ -238,7 +242,7 @@
"names": [
"Onyx2.1",
"Titan1.1",
"Oynx+"
"Onyx+"
],
"services": {
"00001900-0000-1000-8000-00805f9b34fb": {
Expand Down
3 changes: 3 additions & 0 deletions buttplug-device-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ protocols:
42300001-0023-4bd4-bbd5-a6920e4c5653: # Max 2
tx: 42300002-0023-4bd4-bbd5-a6920e4c5653
rx: 42300003-0023-4bd4-bbd5-a6920e4c5653
43300001-0023-4bd4-bbd5-a6920e4c5653:
tx: 43300002-0023-4bd4-bbd5-a6920e4c5653
rx: 43300003-0023-4bd4-bbd5-a6920e4c5653
xinput:
# This will actually be ANY gamepad that supports XInput. XInput
# is its own connector type, so we don't have any special
Expand Down