From da2d2f947d5c30aebea17f414fb22ad50fe5410b Mon Sep 17 00:00:00 2001
From: Ryan
Date: Sun, 16 Jul 2023 23:42:56 +1000
Subject: quantum: remove direct `quantum.h` includes (#21507)
---
quantum/keyboard.h | 2 ++
1 file changed, 2 insertions(+)
(limited to 'quantum/keyboard.h')
diff --git a/quantum/keyboard.h b/quantum/keyboard.h
index bf1890d10b..5ea57815a7 100644
--- a/quantum/keyboard.h
+++ b/quantum/keyboard.h
@@ -20,6 +20,8 @@ along with this program. If not, see .
#include
#include
+#include "timer.h"
+
#ifdef __cplusplus
extern "C" {
#endif
--
cgit v1.2.3