summaryrefslogtreecommitdiffstats
path: root/quantum/debounce.h
diff options
context:
space:
mode:
authorAlex Ong <the.onga@gmail.com>2019-01-26 12:44:33 +0100
committerAlex Ong <the.onga@gmail.com>2019-01-26 12:44:33 +0100
commitb5b119544a4e943b3eb56f6a32f350c428f532f7 (patch)
tree2cf835518b9d0b71b9689ca126bcd8cbeffc9370 /quantum/debounce.h
parentcce8dfab394a643fd6d0250bc8a80a721703a154 (diff)
downloadqmk_firmware-b5b119544a4e943b3eb56f6a32f350c428f532f7.tar.gz
qmk_firmware-b5b119544a4e943b3eb56f6a32f350c428f532f7.tar.xz
Removed #include "matrix.h" from debounce.h
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 8397823eb..9ca05c682 100644
--- a/quantum/debounce.h
+++ b/quantum/debounce.h
@@ -1,7 +1,5 @@
#pragma once
-#include "matrix.h"
-
// raw is the current key state
// on entry cooked is the previous debounced state
// on exit cooked is the current debounced state