forked from mirrors/qmk_userspace
Remove matrix_key_count() from matrix.h
This commit is contained in:
parent
9e9a85c142
commit
81d2753ab0
2 changed files with 0 additions and 16 deletions
|
@ -49,8 +49,6 @@ bool matrix_is_modified(void);
|
|||
bool matrix_is_on(uint8_t row, uint8_t col);
|
||||
/* matrix state on row */
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue