aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/navi/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/navi/keymap.c')
-rw-r--r--keyboards/planck/keymaps/navi/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/navi/keymap.c b/keyboards/planck/keymaps/navi/keymap.c
index 0c0c7f246..8141607f6 100644
--- a/keyboards/planck/keymaps/navi/keymap.c
+++ b/keyboards/planck/keymaps/navi/keymap.c
@@ -170,7 +170,7 @@ uint16_t muse_counter = 0;
170uint8_t muse_offset = 70; 170uint8_t muse_offset = 70;
171uint16_t muse_tempo = 50; 171uint16_t muse_tempo = 50;
172 172
173bool encoder_update(bool clockwise) { 173bool encoder_update_user(uint8_t index, bool clockwise) {
174 if (muse_mode) { 174 if (muse_mode) {
175 if (IS_LAYER_ON(_RAISE)) { 175 if (IS_LAYER_ON(_RAISE)) {
176 if (clockwise) { 176 if (clockwise) {