aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/sigul/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/sigul/keymap.c')
-rw-r--r--keyboards/planck/keymaps/sigul/keymap.c2
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;
162uint8_t muse_offset = 70; 162uint8_t muse_offset = 70;
163uint16_t muse_tempo = 50; 163uint16_t muse_tempo = 50;
164 164
165bool encoder_update(bool clockwise) { 165bool 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) {