]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/getting_started_introduction.md
update some docs
[qmk_firmware.git] / docs / getting_started_introduction.md
index 3e9a8eb0bb12437d6b7da7b9f62e66cd98dc3255..849e992085df661aa2e1f44714a198ee03501cb5 100644 (file)
@@ -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: