aboutsummaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/quantum/debounce.h b/quantum/debounce.h
index 360af77e7..9ca05c682 100644
--- a/quantum/debounce.h
+++ b/quantum/debounce.h
@@ -8,4 +8,4 @@ void debounce(matrix_row_t raw[], matrix_row_t cooked[], uint8_t num_rows, bool
8 8
9bool debounce_active(void); 9bool debounce_active(void);
10 10
11void debounce_init(uint8_t num_rows); \ No newline at end of file 11void debounce_init(uint8_t num_rows);