summaryrefslogtreecommitdiff
path: root/keyboards/montsinger/rebound/rev4/keymaps/rossman360/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/montsinger/rebound/rev4/keymaps/rossman360/keymap.c')
-rw-r--r--keyboards/montsinger/rebound/rev4/keymaps/rossman360/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/montsinger/rebound/rev4/keymaps/rossman360/keymap.c b/keyboards/montsinger/rebound/rev4/keymaps/rossman360/keymap.c
index a0c3ab6395..b6f5dc7ddc 100644
--- a/keyboards/montsinger/rebound/rev4/keymaps/rossman360/keymap.c
+++ b/keyboards/montsinger/rebound/rev4/keymaps/rossman360/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) {
switch(get_highest_layer(layer_state)){
case _BASE:
if (clockwise) {
@@ -80,6 +80,7 @@ case _DEL:
}
break;
}
+ return true;
}
#ifdef OLED_DRIVER_ENABLE