summaryrefslogtreecommitdiff
path: root/doc/keymap_config_h_example.h
diff options
context:
space:
mode:
authorChristopher Browne <cbbrowne@ca.afilias.info>2016-06-21 12:30:17 -0400
committerChristopher Browne <cbbrowne@ca.afilias.info>2016-06-21 12:30:17 -0400
commita6e109caa1e813d18f76f2b23dfd1655b6acf691 (patch)
tree2f8d823848eeb968b7bdb233fc8b4a222289d488 /doc/keymap_config_h_example.h
parentf6d1ce7863893e6dd0233c57f04b262f6808d78a (diff)
parenta8375fa15a6ca9285eb15ae89bcda898349e06f8 (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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