aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/mgalisa/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/mgalisa/keymap.c')
-rw-r--r--keyboards/planck/keymaps/mgalisa/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/mgalisa/keymap.c b/keyboards/planck/keymaps/mgalisa/keymap.c
index 73843b740..09e829564 100644
--- a/keyboards/planck/keymaps/mgalisa/keymap.c
+++ b/keyboards/planck/keymaps/mgalisa/keymap.c
@@ -317,7 +317,7 @@ uint16_t muse_counter = 0;
317uint8_t muse_offset = 70; 317uint8_t muse_offset = 70;
318uint16_t muse_tempo = 50; 318uint16_t muse_tempo = 50;
319 319
320bool encoder_update(bool clockwise) { 320bool encoder_update_user(uint8_t index, bool clockwise) {
321 if (muse_mode) { 321 if (muse_mode) {
322 if (IS_LAYER_ON(_RAISE)) { 322 if (IS_LAYER_ON(_RAISE)) {
323 if (clockwise) { 323 if (clockwise) {
@@ -350,7 +350,7 @@ bool encoder_update(bool clockwise) {
350 return true; 350 return true;
351} 351}
352 352
353void dip_update(uint8_t index, bool active) { 353bool dip_switch_update_user(uint8_t index, bool active) {
354 switch (index) { 354 switch (index) {
355 case 0: 355 case 0:
356 if (active) { 356 if (active) {