Expand description
Types and initial data used for constructing a keymap::Keymap. cbindgen:ignore
Re-exports§
pub use composite::Context;
pub use composite::Event;
pub use composite::PendingKeyState;
pub use composite::KeyState;
pub use composite::Key;
Constants§
- CONFIG
- Config used to construct initial context.
- CONTEXT
- Initial Context value.
- KEY_
DEFINITIONS - A tuples KeysN value with keys. Without a custom keymap, just the letter ‘A’.
- LAYER_
COUNT - Number of layers supported by the crate::key::layered implementation.
- MAX_
CHORDS - The maximum number of chords.
- MAX_
TAP_ DANCE_ DEFINITIONS - The tap-dance definitions.
Type Aliases§
- KeyDefinitions
Type - Alias for a tuples KeysN type. Without a custom keymap, just a single composite::Key.
- Keymap
- Alias for the keymap::Keymap type.