summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2021-09-23 18:38:11 +0200
committerMike Vink <>2023-04-14 16:42:41 +0200
commitf3d7b4e57216b70fc3f848e81f59f4897260ef18 (patch)
treea8b20cdf503be6993f1a87cee7819cb32db34598 /quantum
parent6d965d486c08166c6d6d8d699721a02b053d35d0 (diff)
made my own keymaps and shortened tapping time
Diffstat (limited to 'quantum')
-rw-r--r--quantum/action_tapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/action_tapping.h b/quantum/action_tapping.h
index 6099d80d6d..c822362673 100644
--- a/quantum/action_tapping.h
+++ b/quantum/action_tapping.h
@@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* period of tapping(ms) */
#ifndef TAPPING_TERM
-# define TAPPING_TERM 200
+# define TAPPING_TERM 140
#endif
/* period of quick tap(ms) */