diff options
| author | Erez Zukerman <ezuk@madmimi.com> | 2016-06-20 21:44:37 -0400 |
|---|---|---|
| committer | Erez Zukerman <ezuk@madmimi.com> | 2016-06-20 21:44:37 -0400 |
| commit | cebe08fcd3e4d3b96a3e4ccf3fcd09fd86a59936 (patch) | |
| tree | 8ac97b9fa1c6cffaf3ac8a4c0a22083c2561427e /doc/keymap_config_h_example.h | |
| parent | 44e098ef2d6c571cee9e5fa1b007b40f6289852f (diff) | |
| download | qmk_firmware-cebe08fcd3e4d3b96a3e4ccf3fcd09fd86a59936.tar.gz qmk_firmware-cebe08fcd3e4d3b96a3e4ccf3fcd09fd86a59936.zip | |
[Erez & Jack] Updates build guide
Diffstat (limited to 'doc/keymap_config_h_example.h')
| -rw-r--r-- | doc/keymap_config_h_example.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/keymap_config_h_example.h b/doc/keymap_config_h_example.h new file mode 100644 index 000000000..8893d122e --- /dev/null +++ b/doc/keymap_config_h_example.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #ifndef CONFIG_USER_H | ||
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | |||
| 6 | // place overrides here | ||
| 7 | |||
| 8 | #endif | ||
