Merge remote-tracking branch 'origin/master' into develop

master
QMK Bot 2021-09-21 14:53:35 +00:00
commit e3c010e179
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
tap_code(KC_UP);
}
}
return true;
return false;
}
```

View File

@ -76,7 +76,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
tap_code(KC_UP);
}
}
return true;
return false;
}
```