aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/debounce.h
diff options
context:
space:
mode:
authoralex-ong <the.onga@gmail.com>2019-01-26 23:21:27 +1100
committeralex-ong <the.onga@gmail.com>2019-01-26 23:21:27 +1100
commit503e02db79c06f7893e6802eb1a2ab2850a931f1 (patch)
tree4abfa85ee217b29b85bc8b808ab380edeaeaf445 /quantum/debounce.h
parent10cc4235155d0a039faf2dc5c2b1ebe513952c3c (diff)
parentd30d5eeb27b7dc66ef18e65dc150cf76121a7148 (diff)
downloadfirmware-503e02db79c06f7893e6802eb1a2ab2850a931f1.tar.gz
firmware-503e02db79c06f7893e6802eb1a2ab2850a931f1.tar.bz2
firmware-503e02db79c06f7893e6802eb1a2ab2850a931f1.zip
Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware into debounce_refactor
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