From a113acc6632abe5caacb2e60e24db7cf87f07b8a Mon Sep 17 00:00:00 2001 From: RinoSolutions <41451021+RinoSolutions@users.noreply.github.com> Date: Fri, 24 Sep 2021 14:51:24 -0400 Subject: [PATCH] Update keyboards/monarch/keymaps/via/keymap.c Co-authored-by: Drashna Jaelre --- keyboards/monarch/keymaps/via/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/monarch/keymaps/via/keymap.c b/keyboards/monarch/keymaps/via/keymap.c index 7097665d9e0..67d265f7a95 100644 --- a/keyboards/monarch/keymaps/via/keymap.c +++ b/keyboards/monarch/keymaps/via/keymap.c @@ -55,7 +55,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { ) }; -void encoder_update_user(uint8_t index, bool clockwise) { +bool encoder_update_user(uint8_t index, bool clockwise) { if (clockwise) { //encoder_cw.pressed = true; //encoder_cw.time = (timer_read() | 1);