summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/supercoder/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/supercoder/config.h')
-rw-r--r--layouts/community/ergodox/supercoder/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/community/ergodox/supercoder/config.h b/layouts/community/ergodox/supercoder/config.h
new file mode 100644
index 000000000..8c191a87c
--- /dev/null
+++ b/layouts/community/ergodox/supercoder/config.h
@@ -0,0 +1,9 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H 1
+
+#include QMK_KEYBOARD_CONFIG_H
+
+#undef LOCKING_SUPPORT_ENABLE
+#undef LOCKING_RESYNC_ENABLE
+
+#endif