diff options
-rw-r--r-- | quantum/debounce.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/debounce.h b/quantum/debounce.h index 8397823eb..9ca05c682 100644 --- a/quantum/debounce.h +++ b/quantum/debounce.h | |||
@@ -1,7 +1,5 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "matrix.h" | ||
4 | |||
5 | // raw is the current key state | 3 | // raw is the current key state |
6 | // on entry cooked is the previous debounced state | 4 | // on entry cooked is the previous debounced state |
7 | // on exit cooked is the current debounced state | 5 | // on exit cooked is the current debounced state |