summaryrefslogtreecommitdiffstats
path: root/quantum/debounce/sym_defer_g.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-07-09 11:05:20 +1000
committerGitHub <noreply@github.com>2023-07-09 02:05:20 +0100
commit7457e90887acecc6aea82a4ca738dd85cb25d939 (patch)
tree1079b0446f66fedb59056b6b0aa77047b845726a /quantum/debounce/sym_defer_g.c
parent333f4cb394ccfe73945ad3c79071c9bde0c50b48 (diff)
debounce: remove direct `quantum.h` includes (#21480)
Diffstat (limited to 'quantum/debounce/sym_defer_g.c')
-rw-r--r--quantum/debounce/sym_defer_g.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/quantum/debounce/sym_defer_g.c b/quantum/debounce/sym_defer_g.c
index d04310a761..25e18890af 100644
--- a/quantum/debounce/sym_defer_g.c
+++ b/quantum/debounce/sym_defer_g.c
@@ -17,9 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Basic global debounce algorithm. Used in 99% of keyboards at time of implementation
When no state changes have occured for DEBOUNCE milliseconds, we push the state.
*/
-#include "matrix.h"
+#include "debounce.h"
#include "timer.h"
-#include "quantum.h"
#include <string.h>
#ifndef DEBOUNCE
# define DEBOUNCE 5