From 7299d961b67e2706851ab0306b16ce7c1b7ec32c Mon Sep 17 00:00:00 2001 From: mtei <2170248+mtei@users.noreply.github.com> Date: Wed, 25 Jul 2018 04:31:27 +0900 Subject: [PATCH] helix:five_rows change TAPPING_TERM value 140 --- keyboards/helix/rev2/keymaps/five_rows/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keyboards/helix/rev2/keymaps/five_rows/config.h b/keyboards/helix/rev2/keymaps/five_rows/config.h index cf9c8e5e39..7e7daf0f64 100644 --- a/keyboards/helix/rev2/keymaps/five_rows/config.h +++ b/keyboards/helix/rev2/keymaps/five_rows/config.h @@ -24,6 +24,9 @@ along with this program. If not, see . // if you need more program area, try uncomment follow line //#undef SERIAL_USE_MULTI_TRANSACTION +#undef TAPPING_TERM +#define TAPPING_TERM 140 + // place overrides here #endif /* CONFIG_USER_H */