RKTK API Docs RKTK Home Repo

Type Alias LayerKeymap

Source
pub type LayerKeymap<const ROW: usize, const COL: usize> = [[KeyAction; COL]; ROW];
Expand description

Keymap of single layer

Type that represents keymap for each layer.