aboutsummaryrefslogtreecommitdiff
path: root/common/matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/matrix.h')
-rw-r--r--common/matrix.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/matrix.h b/common/matrix.h
index 107ee7265..ec6f8cd43 100644
--- a/common/matrix.h
+++ b/common/matrix.h
@@ -43,7 +43,9 @@ extern "C" {
43uint8_t matrix_rows(void); 43uint8_t matrix_rows(void);
44/* number of matrix columns */ 44/* number of matrix columns */
45uint8_t matrix_cols(void); 45uint8_t matrix_cols(void);
46/* intialize matrix for scaning. should be called once. */ 46/* should be called at early stage of startup before matrix_init.(optional) */
47void matrix_setup(void);
48/* intialize matrix for scaning. */
47void matrix_init(void); 49void matrix_init(void);
48/* scan all key states on matrix */ 50/* scan all key states on matrix */
49uint8_t matrix_scan(void); 51uint8_t matrix_scan(void);