Single reports.

This commit is contained in:
Nick Brassel
2026-07-08 12:13:57 +10:00
parent c859e0b0ca
commit f4d7a9f0ab
+3 -1
View File
@@ -13,7 +13,9 @@
* `0xFFFE`: A message sent by a host application may use this token if no response is to be sent -- a "fire and forget" message.
* `0xFFFF`: Signifies a "broadcast" message sent by the firmware without prompting from the host application. Broadcast messages are defined later in this document.
Any request will generate at least one corresponding response, with the exception of messages using reserved tokens. Maximum total message length is 128 bytes due to RAM constraints.
When not using reserved tokens above, requests will always generate one corresponding response with a matching token.
Maximum total message length is 64 bytes - a single HID report size, no fragmentation or reassembly needed.
'''
broadcast_messages: