Add native HID support for Basilisk V3 Pro 35K Phantom Green - #6
Open
AlexAllocated wants to merge 1 commit into
Open
Add native HID support for Basilisk V3 Pro 35K Phantom Green#6AlexAllocated wants to merge 1 commit into
AlexAllocated wants to merge 1 commit into
Conversation
AlexAllocated
marked this pull request as ready for review
July 21, 2026 04:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
1532:00D6wired and1532:00D7wireless).hid.Device(path=...)andhid.device().open_path(...).Why
The Phantom Green hardware accepts the existing Basilisk button-binding protocol, but only through interface 0. Native Linux hidapi can send the legacy Razer feature report there. Chrome WebHID exposes a vendor feature interface instead and cannot send report 0 to interface 0, so the model is deliberately not advertised by the web app.
Hardware validation
Tested on a Basilisk V3 Pro 35K Phantom Green Edition on NixOS:
1532:00D7: command0x028csuccessfully read the profile-1 aim-button binding.1532:00D6: the same read succeeded through interface 0.0x020c: underside button F1 (0202003a000000) -> F2 (0202003b000000) -> exact F1 restoration.Checks
python3 -m unittest discover -s public/py/tests -vpython3 -m py_compile public/py/basilisk_v3/device.py public/py/qdrazer/device.py public/py/qdrazer/protocol.pynpm run buildgit diff --check