summaryrefslogtreecommitdiff
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 e4738a4b90..5debfacc5d 100644
--- a/keyboards/clueboard/2x1800/2019/2019.h
+++ b/keyboards/clueboard/2x1800/2019/2019.h
@@ -29,8 +29,7 @@ enum TWOx1800_keycodes {
#define SAFE_RANGE NEW_SAFE_RANGE
// Encoder update function that returns true/false
-__attribute__ ((weak))
-bool encoder_update_keymap(int8_t index, bool clockwise);
+bool encoder_update_keymap(uint8_t index, bool clockwise);
// Encoder button combo check
void check_encoder_buttons(void);