diff options
Diffstat (limited to 'keyboards/planck/keymaps/navi/keymap.c')
| -rw-r--r-- | keyboards/planck/keymaps/navi/keymap.c | 2 |
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; | |||
| 170 | uint8_t muse_offset = 70; | 170 | uint8_t muse_offset = 70; |
| 171 | uint16_t muse_tempo = 50; | 171 | uint16_t muse_tempo = 50; |
| 172 | 172 | ||
| 173 | bool encoder_update(bool clockwise) { | 173 | bool 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) { |
