You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
870 B
870 B
Bootmagic Deprecation and Refactor (#12172)
QMK has decided to deprecate the full Bootmagic feature and leave Bootmagic Lite as the only remaining option.
This pull request changes the behavior of BOOTMAGIC_ENABLE such that specifying BOOTMAGIC_ENABLE = yes enables Bootmagic Lite instead of full Bootmagic.
Tentative Deprecation Schedule
This is the current planned roadmap for the behavior of BOOTMAGIC_ENABLE:
- From 2021-05-29, setting
BOOTMAGIC_ENABLE = yeswill enable Bootmagic Lite instead of full Bootmagic. - From 2021-08-28,
BOOTMAGIC_ENABLEmust be eitheryes,lite, orno– settingBOOTMAGIC_ENABLE = fullwill cause compilation to fail. - From 2021-11-27,
BOOTMAGIC_ENABLEmust be eitheryesorno– settingBOOTMAGIC_ENABLE = litewill cause compilation to fail.