Module init

Source
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§

KeyDefinitionsType
Alias for a tuples KeysN type. Without a custom keymap, just a single composite::Key.
Keymap
Alias for the keymap::Keymap type.