traits: open the advanced cards for the MCHOSE A7 V3 - #267
Merged
Merged
Conversation
The V3 driver now writes its settings block, so the sleep, debounce and processing cards have something behind them. It takes the same flags as the A7 V2 entry above it, and for the same reason: it is not a direct-mode (CompX) driver and publishes its own sleep and debounce option lists. This replaces the comment that explained why the entry was deliberately absent while the driver could only read. Needs the A7 V3 writes in @openmouse/protocol first. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
snekxs
added a commit
that referenced
this pull request
Sep 14, 2026
Pulls in the mouse-protocol PRs just merged to main: attackshark X11 polling/DPI/battery, MCHOSE A7 V3 settings writes + product-string naming (the driver PR #267's traits work depends on), Windows read-restriction fixes, and the README export list. Raises the JS bundle budget to 1,570 kB to match. Verified: npm run build, npm test, and check-bundle-size all pass. Claude-Session: https://claude.ai/code/session_01QTpkq2i9qmNz8RN1MwXoNc
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.
One line, plus the comment it replaces.
The V3 driver now writes its settings block, so
mchose-v3takes the same flags as themchoseentry above it, for the same reason: it is not a direct-mode (CompX) driver and publishes its own sleep and debounce option lists.Worth knowing before merging: the protocol PR's writes are built to the shape MCHOSE's own software uses and the framing under them is hardware-proven, but no write has been sent to a real V3 yet. The driver's status note says so where a user will see it. If you would rather wait for a tester, hold this one with it.
npm test(151),tscandvite buildpass against a local build of the protocol branch.🤖 Generated with Claude Code