diff options
Diffstat (limited to 'layouts/community/ergodox/supercoder/config.h')
-rw-r--r-- | layouts/community/ergodox/supercoder/config.h | 9 |
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 0000000000..8c191a87c5 --- /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 |