This commit is contained in:
2025-08-25 13:02:56 -07:00
parent cbc775ca6d
commit 0faa5dbaa2
7 changed files with 439 additions and 452 deletions

View File

@@ -94,9 +94,6 @@ The **same queue system** also handles the modules own keypresses:
* The main loop processes the queue, sending keypresses to the master device.
This unified queue system ensures **non-blocking, deterministic communication** between modules and the master, even under high data load.
Ooo~ lets give your UART message section a little sparkle ✨ and make it clearer, more structured, and easier to read. Ill also fix formatting inconsistencies and clarify the purpose of each field. 💙
---
# UART Message Structure