Expand description
Core smart-keymap engine.
This crate provides the key family implementations and the keymap::Keymap engine.
Firmware and other consumers that need a compiled keymap instance
use the smart-keymap facade package,
which re-exports these modules
and adds init / new_keymap()
(via SMART_KEYMAP_CUSTOM_KEYMAP).