Module split

Source
Expand description

Split keyboard support.

Structs§

Message
Message sent from one split keyboard half to the other.

Constants§

BUFFER_SIZE
Size of message buffer for serializing and deserializing messages.

Functions§

receive_byte
Receives bytes from split transport, deserializes into messages. Adds byte to the buffer and tries to deserialize a message.