summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/keymaps/supercoder/config.h
diff options
context:
space:
mode:
authorFred Sundvik2016-07-10 12:02:17 +0300
committerFred Sundvik2016-07-29 21:09:33 +0300
commitfd7f20b029e621942e1c0b342bc852a545305ee0 (patch)
tree51bd22846fc9d2ec6b660c43750b68f420cb6dd5 /keyboards/ergodox/keymaps/supercoder/config.h
parent426e9ecc6fb8366c1c17af692deddd90df570cd8 (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.h9
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 000000000..2de3599f8
--- /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