diff options
| author | Ian C <ian.canino@gmail.com> | 2021-12-24 15:10:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-24 20:10:12 +0000 |
| commit | 435fa2c391348f604f122dadba4f2af9306d085c (patch) | |
| tree | e90935f14061ce006c4cf2a674b1adc164e71ea7 /docs | |
| parent | db149052c3067553fa357d0590ed0f9fc4460f40 (diff) | |
| download | qmk_firmware-435fa2c391348f604f122dadba4f2af9306d085c.tar.gz qmk_firmware-435fa2c391348f604f122dadba4f2af9306d085c.zip | |
fix typo (#15569)
Diffstat (limited to 'docs')
| -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 c6185c870..209dcef72 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 | |||
| 85 | 85 | ||
| 86 | ?> 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. | 86 | ?> 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. |
| 87 | 87 | ||
| 88 | ## Reseting the keyboard | 88 | ## Resetting the keyboard |
| 89 | 89 | ||
| 90 | 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. | 90 | 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. |
| 91 | 91 | ||
