~ruther/qmk_firmware

9e39b99a0e1f2f4154ffeb88a19864108d02dca8 — QMK Bot 3 years ago 6f98a67 + a939adb
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/feature_bootmagic.md
M docs/feature_bootmagic.md => docs/feature_bootmagic.md +1 -1
@@ 51,7 51,7 @@ void bootmagic_lite(void) {
}
```

You can additional feature here. For instance, resetting the EEPROM or requiring additional keys to be pressed to trigger Bootmagic Lite. Keep in mind that `bootmagic_lite` is called before a majority of features are initialized in the firmware.
You can define additional logic here. For instance, resetting the EEPROM or requiring additional keys to be pressed to trigger Bootmagic Lite. Keep in mind that `bootmagic_lite` is called before a majority of features are initialized in the firmware.

## Addenda