summaryrefslogtreecommitdiff
path: root/quantum/debounce/sym_defer_pk.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/debounce/sym_defer_pk.c')
-rw-r--r--quantum/debounce/sym_defer_pk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/debounce/sym_defer_pk.c b/quantum/debounce/sym_defer_pk.c
index 063094efe5..b910571219 100644
--- a/quantum/debounce/sym_defer_pk.c
+++ b/quantum/debounce/sym_defer_pk.c
@@ -32,9 +32,9 @@ static bool cooked_changed;
32static inline void update_debounce_counters_and_transfer_if_expired(matrix_row_t raw[], matrix_row_t cooked[], uint8_t elapsed_time); 32static inline void update_debounce_counters_and_transfer_if_expired(matrix_row_t raw[], matrix_row_t cooked[], uint8_t elapsed_time);
33static inline void start_debounce_counters(matrix_row_t raw[], matrix_row_t cooked[]); 33static inline void start_debounce_counters(matrix_row_t raw[], matrix_row_t cooked[]);
34 34
35void debounce_init(uint8_t num_rows) {} 35void debounce_init(void) {}
36 36
37bool debounce(matrix_row_t raw[], matrix_row_t cooked[], uint8_t num_rows, bool changed) { 37bool debounce(matrix_row_t raw[], matrix_row_t cooked[], bool changed) {
38 static fast_timer_t last_time; 38 static fast_timer_t last_time;
39 bool updated_last = false; 39 bool updated_last = false;
40 cooked_changed = false; 40 cooked_changed = false;