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 Mar 14, 2022
1 parent 6c11579 commit a939adb
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 a939adb

Please sign in to comment.