diff options
Diffstat (limited to 'docs/getting_started_introduction.md')
-rw-r--r-- | docs/getting_started_introduction.md | 2 |
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 | |||
36 | #ifndef CONFIG_USER_H | 36 | #ifndef CONFIG_USER_H |
37 | #define CONFIG_USER_H | 37 | #define CONFIG_USER_H |
38 | 38 | ||
39 | #include "../../config.h" | 39 | #include "config_common.h" |
40 | ``` | 40 | ``` |
41 | 41 | ||
42 | 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: | 42 | 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: |