qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit f2808dcbef3ee510ad13f3a18119396211612737
parent 5024370dd0b441e86ace3089193e84c5b050d892
Author: Nick Brassel <nick@tzarc.org>
Date:   Mon, 29 May 2023 06:19:41 +1000

Branch point for 2023q3 Breaking Change.

Diffstat:
Mdocs/breaking_changes.md | 1+
Mreadme.md | 4++++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/docs/breaking_changes.md b/docs/breaking_changes.md @@ -119,6 +119,7 @@ This happens immediately after the previous `develop` branch is merged to `maste * `git commit -m 'Branch point for <DATE> Breaking Change'` * `git tag breakpoint_<YYYY>_<MM>_<DD>` * `git push upstream breakpoint_<YYYY>_<MM>_<DD>` + * `git push upstream develop` * All submodules under `lib` now need to be checked against their QMK-based forks: * `git submodule foreach git log -n1` diff --git a/readme.md b/readme.md @@ -1,3 +1,7 @@ +# THIS IS THE DEVELOP BRANCH + +Warning- This is the `develop` branch of QMK Firmware. You may encounter broken code here. Please see [Breaking Changes](https://docs.qmk.fm/#/breaking_changes) for more information. + # Quantum Mechanical Keyboard Firmware [![Current Version](https://img.shields.io/github/tag/qmk/qmk_firmware.svg)](https://github.com/qmk/qmk_firmware/tags)