summaryrefslogtreecommitdiff
path: root/doc/keymap_config_h_example.h
diff options
context:
space:
mode:
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