Lines Matching full:matrix
3 * Keyboard matrix helper functions
13 /* Information about a matrix keyboard */
15 /* Dimensions of the keyboard matrix, in rows and columns */
18 int key_count; /* number of keys in the matrix (= rows * cols) */
30 /* Information about a particular key (row, column pair) in the matrix */
49 * @param config Keyboard matrix config
66 * @param config Keyboard matrix config
74 * Set up a new key matrix.
76 * @param config Keyboard matrix config
77 * @param rows Number of rows in key matrix
78 * @param cols Number of columns in key matrix