diff options
Diffstat (limited to 'keyboards/planck/keymaps/sigul/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/sigul/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/sigul/keymap.c b/keyboards/planck/keymaps/sigul/keymap.c index c22d272df..622e9f29c 100644 --- a/keyboards/planck/keymaps/sigul/keymap.c +++ b/keyboards/planck/keymaps/sigul/keymap.c | |||
@@ -162,7 +162,7 @@ uint16_t muse_counter = 0; | |||
162 | uint8_t muse_offset = 70; | 162 | uint8_t muse_offset = 70; |
163 | uint16_t muse_tempo = 50; | 163 | uint16_t muse_tempo = 50; |
164 | 164 | ||
165 | bool encoder_update(bool clockwise) { | 165 | bool encoder_update_user(uint8_t index, bool clockwise) { |
166 | if (muse_mode) { | 166 | if (muse_mode) { |
167 | if (IS_LAYER_ON(_RAISE)) { | 167 | if (IS_LAYER_ON(_RAISE)) { |
168 | if (clockwise) { | 168 | if (clockwise) { |