aboutsummaryrefslogtreecommitdiff
path: root/quantum/encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/encoder.h')
-rw-r--r--quantum/encoder.h3
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
23void encoder_init(void); 22void encoder_init(void);
24bool encoder_read(void); 23bool encoder_read(void);