diff options
Diffstat (limited to 'quantum/debounce.h')
-rw-r--r-- | quantum/debounce.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/debounce.h b/quantum/debounce.h index 9ca05c682..504386828 100644 --- a/quantum/debounce.h +++ b/quantum/debounce.h | |||
@@ -9,3 +9,5 @@ void debounce(matrix_row_t raw[], matrix_row_t cooked[], uint8_t num_rows, bool | |||
9 | bool debounce_active(void); | 9 | bool debounce_active(void); |
10 | 10 | ||
11 | void debounce_init(uint8_t num_rows); | 11 | void debounce_init(uint8_t num_rows); |
12 | |||
13 | void debounce_free(void); | ||