forked from mirrors/qmk_userspace
update some docs
This commit is contained in:
parent
e236f1eba1
commit
bb11df6b7a
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue