aboutsummaryrefslogtreecommitdiff
path: root/keyboards/clueboard/2x1800/2019/2019.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/clueboard/2x1800/2019/2019.h')
-rw-r--r--keyboards/clueboard/2x1800/2019/2019.h3
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)) 32bool encoder_update_keymap(uint8_t index, bool clockwise);
33bool encoder_update_keymap(int8_t index, bool clockwise);
34 33
35// Encoder button combo check 34// Encoder button combo check
36void check_encoder_buttons(void); 35void check_encoder_buttons(void);