diff options
author | tmk <nobody@nowhere> | 2010-10-25 16:56:24 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-10-25 16:56:24 +0900 |
commit | 7a336b05ec2d1056fe2206ae218199c66e8980da (patch) | |
tree | c9044ba8debf5834da8bafe0fc42dc2919f5a18e /matrix_skel.h | |
parent | c166fb744f771259f7f9793c99cd8bb15cddc779 (diff) |
FIX: include files
Diffstat (limited to 'matrix_skel.h')
-rw-r--r-- | matrix_skel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/matrix_skel.h b/matrix_skel.h index 0d483034db..3086bded74 100644 --- a/matrix_skel.h +++ b/matrix_skel.h @@ -17,6 +17,8 @@ bool matrix_is_modified(void); bool matrix_has_ghost(void); /* matrix state on row */ uint16_t matrix_get_row(int row); +/* count keys pressed */ +int matrix_key_count(void); /* print matrix for debug */ void matrix_print(void); |