summaryrefslogtreecommitdiff
path: root/matrix_skel.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-10-25 16:56:24 +0900
committertmk <nobody@nowhere>2010-10-25 16:56:24 +0900
commit7a336b05ec2d1056fe2206ae218199c66e8980da (patch)
treec9044ba8debf5834da8bafe0fc42dc2919f5a18e /matrix_skel.h
parentc166fb744f771259f7f9793c99cd8bb15cddc779 (diff)
downloadqmk_firmware-7a336b05ec2d1056fe2206ae218199c66e8980da.tar.gz
qmk_firmware-7a336b05ec2d1056fe2206ae218199c66e8980da.zip
FIX: include files
Diffstat (limited to 'matrix_skel.h')
-rw-r--r--matrix_skel.h2
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);