diff options
author | Joshua T <joshua@sonofone.net> | 2016-07-30 08:41:22 -0500 |
---|---|---|
committer | Joshua T <joshua@sonofone.net> | 2016-07-30 08:41:22 -0500 |
commit | e9a501d4477981da878294a630431ed76716c57e (patch) | |
tree | 5c6c6a381e21f3d8f2bba223438d7528da717962 /keyboards/ergodox/keymaps/supercoder/config.h | |
parent | 5607b716ba0ec7002f29244f24aa8999b9511061 (diff) | |
parent | 7775f3e4b3309f3102bf9d887a79514a67d18da6 (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 |