pub type LayerKeymap<const ROW: usize, const COL: usize> = [[KeyAction; COL]; ROW];
Keymap of single layer
Type that represents keymap for each layer.