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 /doc/keymap_config_h_example.h | |
parent | 704794bae3bf96541b0362ea38b84706d5ee6958 (diff) | |
download | qmk_firmware-7e84b0e3b3d4d5f53c774465c465a17bafb06f7a.tar.gz |
move old doc to docs
Diffstat (limited to 'doc/keymap_config_h_example.h')
-rw-r--r-- | doc/keymap_config_h_example.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/keymap_config_h_example.h b/doc/keymap_config_h_example.h deleted file mode 100644 index 8893d122e..000000000 --- a/doc/keymap_config_h_example.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H - -#include "../../config.h" - -// place overrides here - -#endif |