diff options
| author | tmk <nobody@nowhere> | 2012-10-16 11:20:49 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2012-10-17 15:55:37 +0900 |
| commit | e451c059296a4c9af7a476577fee64afb9965bca (patch) | |
| tree | 2009c5193d43a47fa9f6973e46004cba583b57ba /common/matrix.h | |
| parent | f7a445e537243f886d9cb022bede18859c9bfd12 (diff) | |
| download | qmk_firmware-e451c059296a4c9af7a476577fee64afb9965bca.tar.gz qmk_firmware-e451c059296a4c9af7a476577fee64afb9965bca.zip | |
Fix commands
Diffstat (limited to 'common/matrix.h')
| -rw-r--r-- | common/matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/matrix.h b/common/matrix.h index b3332d5ff..91231e765 100644 --- a/common/matrix.h +++ b/common/matrix.h | |||
| @@ -54,7 +54,7 @@ matrix_row_t matrix_get_row(uint8_t row); | |||
| 54 | /* count keys pressed */ | 54 | /* count keys pressed */ |
| 55 | uint8_t matrix_key_count(void); | 55 | uint8_t matrix_key_count(void); |
| 56 | /* print matrix for debug */ | 56 | /* print matrix for debug */ |
| 57 | void matrix_print(void); | 57 | void matrix_debug(void); |
| 58 | 58 | ||
| 59 | 59 | ||
| 60 | #endif | 60 | #endif |
