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 | firmware-7e84b0e3b3d4d5f53c774465c465a17bafb06f7a.tar.gz firmware-7e84b0e3b3d4d5f53c774465c465a17bafb06f7a.tar.bz2 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 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +// place overrides here + +#endif |