X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Fgetting_started_introduction.md;h=849e992085df661aa2e1f44714a198ee03501cb5;hb=bba871df2f9afe1166e187f7cf372b4f6a60b3f8;hp=3e9a8eb0bb12437d6b7da7b9f62e66cd98dc3255;hpb=32bb8f6b8af104c4a64b029820a4c7014eaf825d;p=qmk_firmware.git 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: