Type Alias ChordedKey

Source
pub type ChordedKey = Key<Ref, CHORDED_MAX_CHORDS, CHORDED_MAX_CHORD_SIZE, CHORDED_MAX_OVERLAPPING_CHORD_SIZE, CHORDED_MAX_PRESSED_INDICES>;
Expand description

Type aliases for convenience.

Aliased Type§

pub struct ChordedKey {
    pub chords: Slice<(u8, Ref), 16>,
    pub passthrough: Ref,
    /* private fields */
}

Fields§

§chords: Slice<(u8, Ref), 16>

The chorded key

§passthrough: Ref

The passthrough key