diff --git a/keyboards/lily58/keymaps/poz/keymap.c b/keyboards/lily58/keymaps/poz/keymap.c index 6c5fa25f55..e766d36403 100644 --- a/keyboards/lily58/keymaps/poz/keymap.c +++ b/keyboards/lily58/keymaps/poz/keymap.c @@ -201,21 +201,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) { #ifdef POINTING_DEVICE_ENABLE encoder_update_mouse(index, clockwise); #endif - // // left board - // if (index == 0) { - // if (clockwise) { - // tap_code(MS_RGHT); - // } else { - // tap_code(MS_LEFT); - // } - // // right board - // } else if (index == 1) { - // if (clockwise) { - // tap_code(MS_DOWN); - // } else { - // tap_code(MS_UP); - // } - // } return false; } #endif