summaryrefslogtreecommitdiff
path: root/common/matrix.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-10-18 00:10:20 +0900
committertmk <nobody@nowhere>2012-10-18 00:59:59 +0900
commitfffc375b45ad795c4a8d3cde94783dac195a2613 (patch)
tree0a78cce225b04930de14935dffd36ce8f3bf2d76 /common/matrix.h
parentce2e06c39465b76a1780e5d594eaea7697afafd6 (diff)
Add child proof keyboard locking feature!
Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE
Diffstat (limited to 'common/matrix.h')
-rw-r--r--common/matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/matrix.h b/common/matrix.h
index 91231e765e..b3332d5ff9 100644
--- a/common/matrix.h
+++ b/common/matrix.h
@@ -54,7 +54,7 @@ matrix_row_t matrix_get_row(uint8_t row);
/* count keys pressed */
uint8_t matrix_key_count(void);
/* print matrix for debug */
-void matrix_debug(void);
+void matrix_print(void);
#endif