Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024q3 breaking changes changelog #24324

Merged
merged 10 commits into from
Aug 25, 2024
Prev Previous commit
Next Next commit
Updated list and more prominent note about removal of via keymaps.
  • Loading branch information
tzarc committed Aug 25, 2024
commit c31f2fdb4c5c9a935b4e988e9d9983a399fa3fba
3 changes: 3 additions & 0 deletions docs/ChangeLog/20240825.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

August 2024 brings another maintenance release of QMK. Almost all PRs this cycle were to do with cleanup or re-organization of existing features and code.

One key item is that there are no longer any `via`-enabled keymaps in the QMK repository -- these have all transitioned to an [External Userspace](../newbs_external_userspace) repository under the VIA team's control. Going forward, all PRs to `qmk_firmware` must not contain `via` keymaps; these should instead be redirected to the the VIA team's repo: `https://github.com/the-via/qmk_userspace_via` (link placeholder until transfer is completed).

## Changes Requiring User Action

### Updated Keyboard Codebases
Expand Down Expand Up @@ -160,6 +162,7 @@ Keyboards:
* Refactor printedpad ([#24236](https://github.com/qmk/qmk_firmware/pull/24236))
* Refactor orthocode ([#24237](https://github.com/qmk/qmk_firmware/pull/24237))
* Remove unnecessary RGB Matrix shutdown hooks ([#24238](https://github.com/qmk/qmk_firmware/pull/24238))
* Remove all via-enabled keymaps, including `via`. ([#24322](https://github.com/qmk/qmk_firmware/pull/24322))

Keyboard fixes:
* Fix dogtag/info.json ([#23520](https://github.com/qmk/qmk_firmware/pull/23520))
Expand Down