Skip to content

Commit

Permalink
Sentence correction (qmk#16650)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethsol authored and tacahiroy committed Mar 18, 2022
1 parent 31ac767 commit 852a4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_bootmagic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 852a4f0

Please sign in to comment.