diff options
Diffstat (limited to 'quantum/encoder.h')
-rw-r--r-- | quantum/encoder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/quantum/encoder.h b/quantum/encoder.h index 67f71ec0f..25dc77721 100644 --- a/quantum/encoder.h +++ b/quantum/encoder.h | |||
@@ -17,8 +17,7 @@ | |||
17 | 17 | ||
18 | #pragma once | 18 | #pragma once |
19 | 19 | ||
20 | #include <stdbool.h> | 20 | #include "quantum.h" |
21 | #include <stdint.h> | ||
22 | 21 | ||
23 | void encoder_init(void); | 22 | void encoder_init(void); |
24 | bool encoder_read(void); | 23 | bool encoder_read(void); |