When attempting to compile the firmware for the OLED map QMK MSYS gives me the following error and I'm not sure how to go about fixing it
Compiling: keyboards/tidbit/keymaps/oled/keymap.c keyboards/tidbit/keymaps/oled/keymap.c:132:6: error: conflicting types for 'encoder_update_user' void encoder_update_user(uint8_t index, bool clockwise) { ^~~~~~~~~~~~~~~~~~~ In file included from quantum/quantum.h:204, from keyboards/tidbit/tidbit.h:3, from keyboards/tidbit/keymaps/oled/keymap.c:17: quantum/encoder.h:26:6: note: previous declaration of 'encoder_update_user' was here bool encoder_update_user(uint8_t index, bool clockwise);
When attempting to compile the firmware for the OLED map QMK MSYS gives me the following error and I'm not sure how to go about fixing it
Compiling: keyboards/tidbit/keymaps/oled/keymap.c keyboards/tidbit/keymaps/oled/keymap.c:132:6: error: conflicting types for 'encoder_update_user' void encoder_update_user(uint8_t index, bool clockwise) { ^~~~~~~~~~~~~~~~~~~ In file included from quantum/quantum.h:204, from keyboards/tidbit/tidbit.h:3, from keyboards/tidbit/keymaps/oled/keymap.c:17: quantum/encoder.h:26:6: note: previous declaration of 'encoder_update_user' was here bool encoder_update_user(uint8_t index, bool clockwise);