Commit c89435b
fix: add Stream Deck XL and missing device layouts (#10)
## 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
- [x] Verified on a real Stream Deck XL (20GAT9902) — layout now
correctly returns `columns: 8, rows: 4`
- [x] All 32 button positions (0,0 through 7,3) are readable and
writable
- [x] Verify other model IDs if hardware available
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Mini Brax <minibrax@Minia.local>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Jack Arturo <info@verygoodplugins.com>
Co-authored-by: Mini Brax <braxhim@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <noreply@github.com>1 parent 459d410 commit c89435b
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
68 | 74 | | |
69 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
70 | 80 | | |
71 | 81 | | |
72 | 82 | | |
| |||
0 commit comments