diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-28 23:48:16 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-28 23:48:16 +0000 |
commit | 7b8cdfc19def74a982a842a5131c011ee23b024a (patch) | |
tree | 40a3353f444ded7ade0e667428491727764a0985 | |
parent | 9fe7b5307a1b520f844fd389b0cc5b67e30aa412 (diff) | |
parent | 6caebb7b619d85efc6932111f58b4a5e6d8e18eb (diff) | |
download | qmk_firmware-7b8cdfc19def74a982a842a5131c011ee23b024a.tar.gz qmk_firmware-7b8cdfc19def74a982a842a5131c011ee23b024a.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | docs/ChangeLog/20210828.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ChangeLog/20210828.md b/docs/ChangeLog/20210828.md index 22c547f8b9..f96283e6ad 100644 --- a/docs/ChangeLog/20210828.md +++ b/docs/ChangeLog/20210828.md @@ -75,7 +75,7 @@ As noted during last breaking changes cycle, QMK has decided to deprecate the fu This pull request changes the behavior of `BOOTMAGIC_ENABLE` such that specifying `full` results in an error, allowing only `no`, `yes`, or `lite`. -Next cycle, `lite` will be removed, so `yes` and `no` should be used in to minimise disruption. +Currently `lite` is the equivalent of `yes` in `rules.mk`. Next cycle the use of the `lite` keyword will be prevented in favour of `yes` -- any new submissions should now be using `yes` or `no` to minimise disruption. #### Bootmagic Full Deprecation Schedule |