[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
|
@ -26,6 +26,4 @@ void debounce(matrix_row_t raw[], matrix_row_t cooked[], uint8_t num_rows, bool
|
|||
}
|
||||
}
|
||||
|
||||
bool debounce_active(void) { return false; }
|
||||
|
||||
void debounce_free(void) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue