summaryrefslogtreecommitdiffstats
path: root/docs/feature_audio.md
diff options
context:
space:
mode:
authorBrian Choromanski <BrianChoromanski@gmail.com>2018-02-28 22:43:15 +0100
committerJack Humbert <jack.humb@gmail.com>2018-02-28 22:43:15 +0100
commit8e99fbc884d8599a18327f1bae82433fe11e9b7a (patch)
treecf532f3c6516a5fabd93a45479ecb145070888a3 /docs/feature_audio.md
parent524053e3c0eceab0eadf04cde6c2c0f1a77520fe (diff)
downloadqmk_firmware-8e99fbc884d8599a18327f1bae82433fe11e9b7a.tar.gz
qmk_firmware-8e99fbc884d8599a18327f1bae82433fe11e9b7a.tar.xz
Fixed typo of 'confid.h' to 'config.h' (#2448)
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs
Diffstat (limited to 'docs/feature_audio.md')
-rw-r--r--docs/feature_audio.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_audio.md b/docs/feature_audio.md
index c7133b295..5b11aa3ab 100644
--- a/docs/feature_audio.md
+++ b/docs/feature_audio.md
@@ -82,7 +82,7 @@ The pitch standard (`PITCH_STANDARD_A`) is 440.0f by default - to change this, a
#define PITCH_STANDARD_A 432.0f
-You can completely disable Music Mode as well. This is useful, if you're pressed for space on your controller. To disable it, add this to your `confid.h`:
+You can completely disable Music Mode as well. This is useful, if you're pressed for space on your controller. To disable it, add this to your `config.h`:
#define NO_MUSIC_MODE