diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-10 12:02:17 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-29 21:09:33 +0300 |
commit | fd7f20b029e621942e1c0b342bc852a545305ee0 (patch) | |
tree | 51bd22846fc9d2ec6b660c43750b68f420cb6dd5 /keyboards/ergodox/keymaps/supercoder/config.h | |
parent | 426e9ecc6fb8366c1c17af692deddd90df570cd8 (diff) |
Rename supercoder config_user to config.h
Also fixup the include path of parent config
Diffstat (limited to 'keyboards/ergodox/keymaps/supercoder/config.h')
-rw-r--r-- | keyboards/ergodox/keymaps/supercoder/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/supercoder/config.h b/keyboards/ergodox/keymaps/supercoder/config.h new file mode 100644 index 0000000000..2de3599f87 --- /dev/null +++ b/keyboards/ergodox/keymaps/supercoder/config.h @@ -0,0 +1,9 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H 1 + +#include "../../config.h" + +#undef LOCKING_SUPPORT_ENABLE +#undef LOCKING_RESYNC_ENABLE + +#endif |