diff options
| author | Ryan <fauxpark@gmail.com> | 2023-07-16 23:42:56 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-16 23:42:56 +1000 |
| commit | da2d2f947d5c30aebea17f414fb22ad50fe5410b (patch) | |
| tree | fdf2ed307ddb8f32ecb9ef7444ecfdf7ff7b4904 /quantum/keyboard.h | |
| parent | b9e5895184c6d36b46ba723d6d71e27249e70c20 (diff) | |
quantum: remove direct `quantum.h` includes (#21507)
Diffstat (limited to 'quantum/keyboard.h')
| -rw-r--r-- | quantum/keyboard.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. | |||
| 20 | #include <stdbool.h> | 20 | #include <stdbool.h> |
| 21 | #include <stdint.h> | 21 | #include <stdint.h> |
| 22 | 22 | ||
| 23 | #include "timer.h" | ||
| 24 | |||
| 23 | #ifdef __cplusplus | 25 | #ifdef __cplusplus |
| 24 | extern "C" { | 26 | extern "C" { |
| 25 | #endif | 27 | #endif |
