pub type PressedKeys<const COLS: usize, const ROWS: usize> = [[bool; COLS]; ROWS];
Matrix scan result type.