~ruther/qmk_firmware

fb05b491 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
7326a005 — Joel Challis 3 years ago
Allow module check to error out when piped to /dev/null (#17505)

34e244ce — Nick Brassel 3 years ago
Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376)

1204cbb7 — ihatechoosingusernames 3 years ago
Update feature_split_keyboard.md to add extra detail about left and right matrices. (#17492)

dcdc7290 — Dasky 3 years ago
RGB Matrix Heatmap - Skip positions with NO_LED (#17488)

f7eb7926 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
74bec847 — Drashna Jaelre 3 years ago
[Bug] Fix 3 speed mousekey mode (#17500)

0151f4c3 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
88086a80 — dependabot[bot] 3 years ago
Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.3.4 (#17497)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.7.1 to 4.3.4.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/3.7.1...v4.3.4)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
58f4e195 — dependabot[bot] 3 years ago
Bump actions/checkout from 2 to 3 (#17496)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b37a59a9 — dependabot[bot] 3 years ago
Bump peter-evans/create-pull-request from 3 to 4 (#17495)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1f61fb33 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
2b094d41 — Nick Brassel 3 years ago
Enable dependabot for actions.
2daad28a — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
43f8d365 — Drashna Jaelre 3 years ago
[Bug] Fix issue with mousekey movement getting stuck (#17493)

* [Bug] Fix issue with mousekey movement getting stuck

* Lint
54383674 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
1e402060 — Nick Brassel 3 years ago
Bump revision for auto-tagging.

Seems there was an error, but it wasn't failing the actions run.

https://github.com/anothrNick/github-tag-action/releases/tag/1.39.0
33b62b68 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
fa3dd373 — Joel Challis 3 years ago
Fix error message in generated code (#17484)

01ecf332 — Nick Brassel 3 years ago
Generic wear-leveling algorithm (#16996)

* Initial import of wear-leveling algorithm.

* Alignment.

* Docs tweaks.

* Lock/unlock.

* Update quantum/wear_leveling/wear_leveling_internal.h

Co-authored-by: Stefan Kerkmann <karlk90@pm.me>

* More tests, fix issue with consolidation when unlocked.

* More tests.

* Review comments.

* Add plumbing for FNV1a.

* Another test checking that checksum mismatch clears the cache.

* Check that the write log still gets played back.

Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
Next