diff options
author | Callum Oakley <c.oakley108@gmail.com> | 2016-08-09 12:39:59 +0100 |
---|---|---|
committer | Callum Oakley <c.oakley108@gmail.com> | 2016-08-09 12:39:59 +0100 |
commit | 49fbcb3e7cea2d47df6350918ff6e00960a78b15 (patch) | |
tree | 468105b030bd61b3c12c1b93784ff38334113355 /keyboards/ergodox/keymaps/supercoder/config.h | |
parent | 725dd7328f9963959f72318af912ed66f5a5f513 (diff) | |
parent | adad05c3fbd511e77a77484945fa2f675d6abf8b (diff) |
Merge remote-tracking branch 'upstream/master'
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 |