summaryrefslogtreecommitdiff
path: root/quantum/debounce.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/debounce.h')
-rw-r--r--quantum/debounce.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/debounce.h b/quantum/debounce.h
index a8629654c2..cea1f2b526 100644
--- a/quantum/debounce.h
+++ b/quantum/debounce.h
@@ -1,5 +1,9 @@
#pragma once
+#include <stdint.h>
+#include <stdbool.h>
+#include "matrix.h"
+
/**
* @brief Debounce raw matrix events according to the choosen debounce algorithm.
*