diff options
author | 2016-10-10 17:18:15 -0400 | |
---|---|---|
committer | 2016-10-10 17:18:15 -0400 | |
commit | 4b682ea63e2b3dd0bc1132917be7985ce0da57a6 (patch) | |
tree | 6d79874c5542148c27907511ecdb2e9e5e12b24b /doc/keymap_config_h_example.h | |
parent | 04759d63ef9b520fc41d76de64bb65198448fc1c (diff) | |
parent | a9df99b81c787862dc3fa11bd854fe39e704da81 (diff) | |
download | qmk_firmware-4b682ea63e2b3dd0bc1132917be7985ce0da57a6.tar.gz |
Merge branch 'master' of github.com:cbbrowne/qmk_firmware
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 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +// place overrides here + +#endif |