diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-05-27 18:14:21 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-05-27 18:14:21 -0400 |
commit | 7e84b0e3b3d4d5f53c774465c465a17bafb06f7a (patch) | |
tree | 2d5f1d4049bf15c80e84aeeb897172f4a6e8ac49 /docs/keymap_config_h_example.h | |
parent | 704794bae3bf96541b0362ea38b84706d5ee6958 (diff) | |
download | qmk_firmware-7e84b0e3b3d4d5f53c774465c465a17bafb06f7a.tar.gz qmk_firmware-7e84b0e3b3d4d5f53c774465c465a17bafb06f7a.zip |
move old doc to docs
Diffstat (limited to 'docs/keymap_config_h_example.h')
-rw-r--r-- | docs/keymap_config_h_example.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/keymap_config_h_example.h b/docs/keymap_config_h_example.h new file mode 100644 index 000000000..8893d122e --- /dev/null +++ b/docs/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 | ||