From 8e99fbc884d8599a18327f1bae82433fe11e9b7a Mon Sep 17 00:00:00 2001 From: Brian Choromanski Date: Wed, 28 Feb 2018 16:43:15 -0500 Subject: Fixed typo of 'confid.h' to 'config.h' (#2448) * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs --- docs/feature_audio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/feature_audio.md') 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 -- cgit v1.2.3-24-g4f1b