forked from jappel/VersaMCU
Update firmware documentation and agent guidance
This commit is contained in:
parent
ac3b2aa90f
commit
50dbf8fbee
26 changed files with 592 additions and 196 deletions
|
|
@ -41,7 +41,10 @@ Das Board speichert die Slots blind, die GUI verwendet dabei diese Zuordnung:
|
|||
| Slots | Bedeutung |
|
||||
|---|---|
|
||||
| `0..19` | MX-Buttons |
|
||||
| `20..31` | Encoder-Aktionen (`enc * 3 + act_idx`) |
|
||||
| `20..31` | Encoder-Aktionen (`20 + enc * 3 + act_idx`) |
|
||||
|
||||
Diese Zuordnung ist eine Konvention der externen GUI. Die Firmware erzwingt
|
||||
sie nicht: `SAction.data` wird direkt als Slotindex `0..31` verwendet.
|
||||
|
||||
## Laden
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue