diff options
Diffstat (limited to 'keyboards/planck/keymaps/atreus/keymap.c')
| -rw-r--r-- | keyboards/planck/keymaps/atreus/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/atreus/keymap.c b/keyboards/planck/keymaps/atreus/keymap.c index ce3d254d4..f89b6fecd 100644 --- a/keyboards/planck/keymaps/atreus/keymap.c +++ b/keyboards/planck/keymaps/atreus/keymap.c | |||
| @@ -144,7 +144,7 @@ uint16_t muse_counter = 0; | |||
| 144 | uint8_t muse_offset = 70; | 144 | uint8_t muse_offset = 70; |
| 145 | uint16_t muse_tempo = 50; | 145 | uint16_t muse_tempo = 50; |
| 146 | 146 | ||
| 147 | bool encoder_update(bool clockwise) { | 147 | bool encoder_update_user(uint8_t index, bool clockwise) { |
| 148 | if (muse_mode) { | 148 | if (muse_mode) { |
| 149 | if (IS_LAYER_ON(_RAISE)) { | 149 | if (IS_LAYER_ON(_RAISE)) { |
| 150 | if (clockwise) { | 150 | if (clockwise) { |
