Skip to content

Commit

Permalink
fixes abhixec's planck keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Jun 17, 2023
1 parent 3191d75 commit 4bb085d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/planck/keymaps/abhixec/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ uint16_t muse_counter = 0;
uint8_t muse_offset = 70;
uint16_t muse_tempo = 50;

bool encoder_update(bool clockwise) {
bool encoder_update_user(uint8_t index, bool clockwise) {
if (muse_mode) {
if (IS_LAYER_ON(_RAISE)) {
if (clockwise) {
Expand Down

0 comments on commit 4bb085d

Please sign in to comment.