Browse Source

Update keyboards/gmmk/pro/ansi/keymaps/mly32/keymap.c

Co-authored-by: Drashna Jaelre <drashna@live.com>
pull/16453/head
Michael Ye 2 years ago
committed by GitHub
parent
commit
cb93710d9a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/gmmk/pro/ansi/keymaps/mly32/keymap.c

+ 1
- 1
keyboards/gmmk/pro/ansi/keymaps/mly32/keymap.c View File

@ -47,7 +47,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
tap_code16(clockwise ? KC_VOLU : KC_VOLD);
}
return true;
return false;
}
#endif


Loading…
Cancel
Save