Browse Source

Update keyboards/monarch/keymaps/via/keymap.c

Co-authored-by: Drashna Jaelre <drashna@live.com>
pull/13109/head
RinoSolutions 2 years ago
committed by GitHub
parent
commit
a113acc663
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/monarch/keymaps/via/keymap.c

+ 1
- 1
keyboards/monarch/keymaps/via/keymap.c View File

@ -55,7 +55,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
)
};
void encoder_update_user(uint8_t index, bool clockwise) {
bool encoder_update_user(uint8_t index, bool clockwise) {
if (clockwise) {
//encoder_cw.pressed = true;
//encoder_cw.time = (timer_read() | 1);


Loading…
Cancel
Save