Lines Matching full:matrix
2 * Keyboard matrix helper functions
14 /* Information about a matrix keyboard */
16 /* Dimensions of the keyboard matrix, in rows and columns */
19 int key_count; /* number of keys in the matrix (= rows * cols) */
31 /* Information about a particular key (row, column pair) in the matrix */
50 * @param config Keyboard matrix config
67 * @param config Keyboard matrix config
75 * Set up a new key matrix.
77 * @param config Keyboard matrix config
78 * @param rows Number of rows in key matrix
79 * @param cols Number of columns in key matrix