1
0
Fork 0

Fixed typo of 'confid.h' to 'config.h' (#2448)

* Fixed typo of 'confid.h' to 'config.h'

* Fixed broken links in docs
This commit is contained in:
Brian Choromanski 2018-02-28 16:43:15 -05:00 committed by Jack Humbert
parent 524053e3c0
commit 8e99fbc884
4 changed files with 10 additions and 8 deletions

View file

@ -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