Expand description
For input from the smart_keymap crate.
Structs§
- Keyboard
Backend - The keyboard “backend”, manages the keyboard from the events received (presses/releases of coordinates on a keyboard layout). through to listing HID scancodes to report using HIDs.
- Keymap
Callbacks - Callbacks for the keymap.
Functions§
- keymap_
index_ of - Constructs a smart_keymap::input::Event from a [keyberon::layout::Event], using a map from row, column to (maybe) keymap index.