summaryrefslogtreecommitdiff
path: root/doc/keymap_config_h_example.h
diff options
context:
space:
mode:
authorErez Zukerman <ezuk@madmimi.com>2016-06-20 21:44:37 -0400
committerErez Zukerman <ezuk@madmimi.com>2016-06-20 21:44:37 -0400
commitcebe08fcd3e4d3b96a3e4ccf3fcd09fd86a59936 (patch)
tree8ac97b9fa1c6cffaf3ac8a4c0a22083c2561427e /doc/keymap_config_h_example.h
parent44e098ef2d6c571cee9e5fa1b007b40f6289852f (diff)
[Erez & Jack] Updates build guide
Diffstat (limited to 'doc/keymap_config_h_example.h')
-rw-r--r--doc/keymap_config_h_example.h8
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 0000000000..8893d122e0
--- /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