Skip to content

Commit

Permalink
Fix keyboards/keymaps for boolean encoder callback changes (qmk#12985)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and mechlovin committed Jul 30, 2021
1 parent 1e718b7 commit df2daf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyboards/mechwild/mercutio/keymaps/jonavin/keymap.c
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {

#ifdef ENCODER_ENABLE // Encoder Functionality
uint8_t selected_layer = 0;

bool encoder_update_user(uint8_t index, bool clockwise) {
#ifdef OLED_DRIVER_ENABLE
oled_clear();
Expand Down

0 comments on commit df2daf7

Please sign in to comment.