fix: add Stream Deck XL and missing device layouts#10
Merged
jack-arturo merged 2 commits intoverygoodplugins:mainfrom Apr 17, 2026
Merged
Conversation
…OUTS The MODEL_LAYOUTS dict only contained the Original (20GBA9901) and Virtual (UI Stream Deck) models. Any other device — including the XL — fell through to the 5×3 fallback, making it impossible to address all 32 keys. Added models: - Stream Deck MK.2 (20GAA9901) — 5×3, 15 keys - Stream Deck XL (20GAT9902) — 8×4, 32 keys - Stream Deck XL rev2 (20GBA9902) — 8×4, 32 keys - Stream Deck Mini (20GAI9501) — 3×2, 6 keys - Stream Deck Neo (20GBD9901) — 4×2, 8 keys + touchscreen Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Member
|
@copilot resolve the merge conflicts in this pull request |
Copilot AI
added a commit
that referenced
this pull request
Apr 17, 2026
Agent-Logs-Url: https://github.com/verygoodplugins/streamdeck-mcp/sessions/a516b212-278a-4cbb-937b-f86347f1b715 Co-authored-by: jack-arturo <13076544+jack-arturo@users.noreply.github.com>
Resolves conflicts in profile_manager.py introduced by verygoodplugins#18 (the 20GBX9901 "+ XL" keypad rewrite landing on main). MODEL_LAYOUTS now contains all seven entries: Original (5x3), MK.2 (5x3), XL (8x4), XL rev2 (8x4), + XL (9x4 keypad + 6-dial encoder), Mini (3x2), Neo (4x2), plus the UI Stream Deck emulator. Resolution cherry-picked from copilot/fix-conflicts-in-streamdeck-mcp (commit 02a928a) which the Copilot agent produced but couldn't push to the PR source branch because it lives on a fork. Co-Authored-By: Mini Brax <braxhim@users.noreply.github.com> Co-Authored-By: copilot-swe-agent[bot] <noreply@github.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 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.
Summary
MODEL_LAYOUTSonly contained the Original (20GBA9901) and Virtual (UI Stream Deck) models_resolve_layout(), making it impossible to address all 32 keysTest plan
columns: 8, rows: 4🤖 Generated with Claude Code