aboutsummaryrefslogtreecommitdiff
path: root/docs/keymap_config_h_example.h
diff options
context:
space:
mode:
Diffstat (limited to 'docs/keymap_config_h_example.h')
-rw-r--r--docs/keymap_config_h_example.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/keymap_config_h_example.h b/docs/keymap_config_h_example.h
new file mode 100644
index 000000000..8893d122e
--- /dev/null
+++ b/docs/keymap_config_h_example.h
@@ -0,0 +1,8 @@
1#ifndef CONFIG_USER_H
2#define CONFIG_USER_H
3
4#include "../../config.h"
5
6// place overrides here
7
8#endif