Skip to content

fix: add Stream Deck XL and missing device layouts#10

Merged
jack-arturo merged 2 commits intoverygoodplugins:mainfrom
Braxhim:fix/add-xl-and-missing-device-layouts
Apr 17, 2026
Merged

fix: add Stream Deck XL and missing device layouts#10
jack-arturo merged 2 commits intoverygoodplugins:mainfrom
Braxhim:fix/add-xl-and-missing-device-layouts

Conversation

@Braxhim
Copy link
Copy Markdown
Contributor

@Braxhim Braxhim commented Mar 30, 2026

Summary

  • MODEL_LAYOUTS only contained the Original (20GBA9901) and Virtual (UI Stream Deck) models
  • Any other device — including the XL (20GAT9902) — fell through to the 5×3 fallback in _resolve_layout(), making it impossible to address all 32 keys
  • Added: XL (8×4), XL rev2 (8×4), MK.2 (5×3), Mini (3×2), Neo (4×2)

Test plan

  • Verified on a real Stream Deck XL (20GAT9902) — layout now correctly returns columns: 8, rows: 4
  • All 32 button positions (0,0 through 7,3) are readable and writable
  • Verify other model IDs if hardware available

🤖 Generated with Claude Code

…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>
@jack-arturo
Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

Copilot AI added a commit that referenced this pull request Apr 17, 2026
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>
@jack-arturo jack-arturo merged commit c89435b into verygoodplugins:main Apr 17, 2026
6 checks passed
@Braxhim Braxhim deleted the fix/add-xl-and-missing-device-layouts branch April 18, 2026 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants