summaryrefslogtreecommitdiffstats
path: root/docs/getting_started_introduction.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-11-09 22:18:56 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-09 22:19:13 +0100
commitbb11df6b7a4ef190be62746887f2421718ae2a6e (patch)
treef14d147a31d9821025d0267737ee0651a0332e61 /docs/getting_started_introduction.md
parente236f1eba19f357e524300959e0127bfe2813de1 (diff)
downloadqmk_firmware-bb11df6b7a4ef190be62746887f2421718ae2a6e.tar.gz
qmk_firmware-bb11df6b7a4ef190be62746887f2421718ae2a6e.tar.xz
update some docs
Diffstat (limited to 'docs/getting_started_introduction.md')
-rw-r--r--docs/getting_started_introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started_introduction.md b/docs/getting_started_introduction.md
index 3e9a8eb0b..849e99208 100644
--- a/docs/getting_started_introduction.md
+++ b/docs/getting_started_introduction.md
@@ -36,7 +36,7 @@ If the keymap `config.h` exists, that file is included by the build system and t
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "../../config.h"
+#include "config_common.h"
```
If you want to override a setting from the parent `config.h` file, you need to `#undef` and then `#define` the setting again, like this: