Uh oh!
There was an error while loading. Please reload this page.
chore: bump @openmouse/protocol (M6, Nape Pro, Glorious, SteelSeries) - #132
Merged
Conversation
Picks up Keychron M6 (#33), Nape Pro (#37), Glorious Model O 2/I 2 (#38), and SteelSeries Rival 3 (#39) support from mouse-protocol main. The bump retires the generic KeychronHidClient in favor of KeychronNapeHidClient (a strict superset), which this app's controller.ts still imported by its old path. Also widens the Glorious lighting call site since SupportedClient now includes GloriousHidClient's stricter setLighting signature. Verified with npm ci, npm run build, and the full test suite (84/84). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Bumps the
@openmouse/protocollockfile pin to pick up the Keychron M6, Nape Pro, Glorious Model O 2/I 2, and SteelSeries Rival 3 drivers that just landed on mouse-protocol main.Also adapts controller.ts to the resulting driver split: the generic
KeychronHidClientis gone from the protocol package (superseded byKeychronNapeHidClient, a strict superset), andSupportedClientnow includes Glorious's strictersetLightingsignature.npm ci && npm run buildand the full test suite (84/84) pass. Note: the JS bundle-size check is already over budget ondevbefore this PR (pre-existing) and grows further here with the new driver code — flagging rather than silently bumpingBUDGET_BYTES.