[Core] Remove matrix_is_modified() and debounce_is_active() (#15349)
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user