diff options
Diffstat (limited to 'keyboards/helix/rev2/keymaps/edvorakjp/config.h')
-rw-r--r-- | keyboards/helix/rev2/keymaps/edvorakjp/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/helix/rev2/keymaps/edvorakjp/config.h b/keyboards/helix/rev2/keymaps/edvorakjp/config.h new file mode 100644 index 0000000000..bb569ca5df --- /dev/null +++ b/keyboards/helix/rev2/keymaps/edvorakjp/config.h @@ -0,0 +1,10 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +#undef TAPPING_FORCE_HOLD +#undef TAPPING_TERM +#define TAPPING_TERM 120 + +#endif /* CONFIG_USER_H */ |