~ruther/qmk_firmware

7b8cdfc19def74a982a842a5131c011ee23b024a — QMK Bot 4 years ago 9fe7b53 + 6caebb7
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/ChangeLog/20210828.md
M docs/ChangeLog/20210828.md => docs/ChangeLog/20210828.md +1 -1
@@ 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