diff options
Diffstat (limited to 'keyboards/planck/keymaps/gitdrik/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/gitdrik/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/gitdrik/keymap.c b/keyboards/planck/keymaps/gitdrik/keymap.c index e3e03929a..58db07828 100644 --- a/keyboards/planck/keymaps/gitdrik/keymap.c +++ b/keyboards/planck/keymaps/gitdrik/keymap.c | |||
@@ -137,7 +137,7 @@ uint16_t muse_counter = 0; | |||
137 | uint8_t muse_offset = 70; | 137 | uint8_t muse_offset = 70; |
138 | uint16_t muse_tempo = 50; | 138 | uint16_t muse_tempo = 50; |
139 | 139 | ||
140 | bool encoder_update(bool clockwise) { | 140 | bool encoder_update_user(uint8_t index, bool clockwise) { |
141 | if (muse_mode) { | 141 | if (muse_mode) { |
142 | if (IS_LAYER_ON(_RIGHT)) { | 142 | if (IS_LAYER_ON(_RIGHT)) { |
143 | if (clockwise) { | 143 | if (clockwise) { |