aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/abishalom/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/abishalom/keymap.c')
-rw-r--r--keyboards/planck/keymaps/abishalom/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/abishalom/keymap.c b/keyboards/planck/keymaps/abishalom/keymap.c
index 4c1185ad9..bd53cfb7a 100644
--- a/keyboards/planck/keymaps/abishalom/keymap.c
+++ b/keyboards/planck/keymaps/abishalom/keymap.c
@@ -221,7 +221,7 @@ uint16_t muse_counter = 0;
221uint8_t muse_offset = 70; 221uint8_t muse_offset = 70;
222uint16_t muse_tempo = 50; 222uint16_t muse_tempo = 50;
223 223
224void encoder_update(bool clockwise) { 224bool encoder_update(bool clockwise) {
225 if (muse_mode) { 225 if (muse_mode) {
226 if (IS_LAYER_ON(_RAISE)) { 226 if (IS_LAYER_ON(_RAISE)) {
227 if (clockwise) { 227 if (clockwise) {
@@ -251,6 +251,7 @@ void encoder_update(bool clockwise) {
251 #endif 251 #endif
252 } 252 }
253 } 253 }
254 return true;
254} 255}
255 256
256void dip_switch_update_user(uint8_t index, bool active) { 257void dip_switch_update_user(uint8_t index, bool active) {