Expand description
Keymap implementation.
Structs§
- For tracking distinct HID reports from the keymap.
- Transforms output from the keymap so it’s suitable for HID keyboard reports.
- State for a keymap that handles input, and outputs HID keyboard reports.
- Constructs an HID report or a sequence of key codes from the given sequence of key::KeyOutput.
Constants§
- Number of ticks before the next input event is processed in tick().
- Maximum number of pressed keys supported.