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