Module smart_keymap

Source
Expand description

For input from the smart_keymap crate.

Structs§

KeyboardBackend
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.
KeymapCallbacks
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.