diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-24 20:10:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-24 20:10:51 +0000 |
commit | e24fe0832b97bd4e37a7c57508330c649ef8b202 (patch) | |
tree | 92d6abe4f1db794c9695274a947c78c008d36850 | |
parent | 45731efcac7ef68e0844e126b17bc701cb4a6e5d (diff) | |
parent | 435fa2c391348f604f122dadba4f2af9306d085c (diff) | |
download | qmk_firmware-e24fe0832b97bd4e37a7c57508330c649ef8b202.tar.gz qmk_firmware-e24fe0832b97bd4e37a7c57508330c649ef8b202.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | docs/ref_functions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref_functions.md b/docs/ref_functions.md index c6185c8703..209dcef722 100644 --- a/docs/ref_functions.md +++ b/docs/ref_functions.md @@ -85,7 +85,7 @@ To configure the default layer sounds, you would want to define this in your `co ?> There are a large number of predefined songs in [quantum/audio/song_list.h](https://github.com/qmk/qmk_firmware/blob/master/quantum/audio/song_list.h) that you can use. -## Reseting the keyboard +## Resetting the keyboard There is the `RESET` quantum keycode that you can use. But if you want to reset the board as part of a macro, rather than hitting a key separately, you can do that. |