summaryrefslogtreecommitdiff
path: root/quantum/debounce.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/debounce.h')
-rw-r--r--quantum/debounce.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/debounce.h b/quantum/debounce.h
index 5043868289..3532d9cd7b 100644
--- a/quantum/debounce.h
+++ b/quantum/debounce.h
@@ -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);