diff options
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);  /* count keys pressed */  uint8_t matrix_key_count(void);  /* print matrix for debug */ -void matrix_print(void); +void matrix_debug(void);  #endif  | 
