Uh oh!
There was an error while loading. Please reload this page.
Add MCHOSE A7 V2 and MagDock support - #172
Merged
Merged
Conversation
Wires up the MCHOSE drivers from @openmouse/protocol and adds the small, brand-agnostic controls they need. Verified against an A7 V2 Ultra+ over both its 2.4 GHz receiver and its cable. Device wiring: - both clients imported and added to NEEDS_OPEN - mchose traits entry so the debounce and sleep cards appear - A7 V2 rows and the MagDock in supported-mice, with their PIDs pinned - device-image mappings for the family; the art itself still needs a bucket upload, so these resolve to the placeholder until then Rather than add a second set of brand-specific cards, four shared controls are introduced, each driven purely by what a driver reports: - a numbered onboard-profile selector (profileCount / activeProfile / setProfile), showing device-stored names where they exist - a button remapper (buttonMappings / buttonOptions / setButtonMapping) - a named power-mode selector plus angle tuning (powerModes / setPowerMode, setAngleTuning) - sleep options and a debounce ceiling are now read from any client that publishes them, not just direct-mode drivers Existing brand cards are untouched; every new control hides itself when a driver does not populate its fields. sleepLabel renders 0 as "Never" for firmwares that treat zero as no auto-sleep. Depends on the MCHOSE driver landing in @openmouse/protocol first, since this app installs that package from its git URL. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Deploying openmouse with |
| Latest commit: | 91bfaf3 |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fec1728d.openmouse.pages.dev |
| Branch Preview URL: | https://pr171-fix.openmouse.pages.dev |
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Rebase/merge of #171 onto control-panel, bumping @openmouse/protocol to pick up today's driver additions (MCHOSE/K-snake/VXE/Lingbao/ATK-ZERO) and raising the JS bundle budget to 790 kB to cover the new driver. Closes#171.