[Core] Remove matrix_is_modified() and debounce_is_active() (#15349)
This commit is contained in:
parent
a3e9b347ec
commit
c1297ceb97
52 changed files with 0 additions and 298 deletions
|
@ -6,8 +6,6 @@
|
|||
// changed is true if raw has changed since the last call
|
||||
void debounce(matrix_row_t raw[], matrix_row_t cooked[], uint8_t num_rows, bool changed);
|
||||
|
||||
bool debounce_active(void);
|
||||
|
||||
void debounce_init(uint8_t num_rows);
|
||||
|
||||
void debounce_free(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue