summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-10-10 16:58:32 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-10-10 16:58:32 +0200
commitce317794af82689f25c2af15afebe613891e5106 (patch)
tree6d3554e5f121d3880dce4507bfc9596c5a7ff93c /config.h
parent0777da11588a9ccd08b451f662e47d53180b99e3 (diff)
try to fine tune home row modifiers
Diffstat (limited to 'config.h')
-rw-r--r--config.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/config.h b/config.h
index c7635a6..df9019c 100644
--- a/config.h
+++ b/config.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2021 Jack Humbert
+/* Copyright 2022 Christoph Cullmann
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -22,8 +22,14 @@
// settings for home row modifiers
// details see https://precondition.github.io/home-row-mods
-// Configure the global tapping term (default: 200ms)
-#define TAPPING_TERM 200
+// allow per key changes of tapping term, home row uses longer delay
+#define TAPPING_TERM_PER_KEY
+
+// configure the global tapping term
+#define TAPPING_TERM 150
+
+// home row tapping term, longer to avoid strange thing from happening
+#define TAPPING_TERM_HOME_ROW 250
// Prevent normal rollover on alphas from accidentally triggering mods.
#define IGNORE_MOD_TAP_INTERRUPT