diff options
author | ethsol <mmx233@gmail.com> | 2022-03-14 23:20:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 22:20:50 +0000 |
commit | a939adb55c53d7cd7cbcc26e81ae6ee700ad3f6c (patch) | |
tree | c2856d301f5f2e5f6907af2c55d8652b2832e789 | |
parent | 6c11579876cc721b46c734ffd34b66102726df58 (diff) | |
download | qmk_firmware-a939adb55c53d7cd7cbcc26e81ae6ee700ad3f6c.tar.gz qmk_firmware-a939adb55c53d7cd7cbcc26e81ae6ee700ad3f6c.zip |
Sentence correction (#16650)
-rw-r--r-- | docs/feature_bootmagic.md | 2 |
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 |