summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-03-14 22:21:34 +0000
committerQMK Bot <hello@qmk.fm>2022-03-14 22:21:34 +0000
commit9e39b99a0e1f2f4154ffeb88a19864108d02dca8 (patch)
tree3195c1bdadbac3a632fa14e61d2ebe29cfc8ed1a /docs
parent6f98a67edaea64c26d9c66abc0c8d34396d94377 (diff)
parenta939adb55c53d7cd7cbcc26e81ae6ee700ad3f6c (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_bootmagic.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_bootmagic.md b/docs/feature_bootmagic.md
index 148ea92b9e..6b3c7e45fd 100644
--- a/docs/feature_bootmagic.md
+++ b/docs/feature_bootmagic.md
@@ -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