Type Alias PressedKeys

Source
pub type PressedKeys<const COLS: usize, const ROWS: usize> = [[bool; COLS]; ROWS];
Expand description

Matrix scan result type.