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