diff options
Diffstat (limited to 'quantum/encoder.h')
-rw-r--r-- | quantum/encoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/encoder.h b/quantum/encoder.h index db6f220da..25dc77721 100644 --- a/quantum/encoder.h +++ b/quantum/encoder.h | |||
@@ -22,8 +22,8 @@ | |||
22 | void encoder_init(void); | 22 | void encoder_init(void); |
23 | bool encoder_read(void); | 23 | bool encoder_read(void); |
24 | 24 | ||
25 | void encoder_update_kb(int8_t index, bool clockwise); | 25 | bool encoder_update_kb(uint8_t index, bool clockwise); |
26 | void encoder_update_user(int8_t index, bool clockwise); | 26 | bool encoder_update_user(uint8_t index, bool clockwise); |
27 | 27 | ||
28 | #ifdef SPLIT_KEYBOARD | 28 | #ifdef SPLIT_KEYBOARD |
29 | void encoder_state_raw(uint8_t* slave_state); | 29 | void encoder_state_raw(uint8_t* slave_state); |