RKTK API Docs RKTK Home Repo

Type Alias Keymap

Source
pub type Keymap = Keymap<{ _ }, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }>;

Aliased Type§

struct Keymap {
    pub layers: [Layer<5, 14, 0>; 5],
    pub tap_dance: [Option<TapDanceDefinition<4>>; 2],
    pub combo: [Option<ComboDefinition<3>>; 2],
}

Fields§

§layers: [Layer<5, 14, 0>; 5]§tap_dance: [Option<TapDanceDefinition<4>>; 2]§combo: [Option<ComboDefinition<3>>; 2]