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