diff options
Diffstat (limited to 'quantum/template/keymaps/default/config.h')
-rw-r--r-- | quantum/template/keymaps/default/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/quantum/template/keymaps/default/config.h b/quantum/template/keymaps/default/config.h new file mode 100644 index 0000000000..df06a26206 --- /dev/null +++ b/quantum/template/keymaps/default/config.h @@ -0,0 +1,8 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +// place overrides here + +#endif
\ No newline at end of file |