diff options
Diffstat (limited to 'keyboards/clueboard/2x1800/2019/2019.h')
-rw-r--r-- | keyboards/clueboard/2x1800/2019/2019.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/clueboard/2x1800/2019/2019.h b/keyboards/clueboard/2x1800/2019/2019.h index e4738a4b9..5debfacc5 100644 --- a/keyboards/clueboard/2x1800/2019/2019.h +++ b/keyboards/clueboard/2x1800/2019/2019.h | |||
@@ -29,8 +29,7 @@ enum TWOx1800_keycodes { | |||
29 | #define SAFE_RANGE NEW_SAFE_RANGE | 29 | #define SAFE_RANGE NEW_SAFE_RANGE |
30 | 30 | ||
31 | // Encoder update function that returns true/false | 31 | // Encoder update function that returns true/false |
32 | __attribute__ ((weak)) | 32 | bool encoder_update_keymap(uint8_t index, bool clockwise); |
33 | bool encoder_update_keymap(int8_t index, bool clockwise); | ||
34 | 33 | ||
35 | // Encoder button combo check | 34 | // Encoder button combo check |
36 | void check_encoder_buttons(void); | 35 | void check_encoder_buttons(void); |