summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-09-20 22:04:45 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-09-20 22:04:45 +0200
commit1dd365e10eff31e0d813fdf99f9a3788615c800a (patch)
tree5565f2ae5deb57d9cfd5324a602c78e06110d18d
parentfa000203ccf5206f0596cd25c6922dba269ad78b (diff)
tune home row mods
-rw-r--r--common/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/config.h b/common/config.h
index 2adbb2b..53db981 100644
--- a/common/config.h
+++ b/common/config.h
@@ -40,8 +40,9 @@
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
#define QUICK_TAP_TERM 0
-// use permissive hold together with achordion
-#define PERMISSIVE_HOLD
+// home row mods
+#define TAPPING_FORCE_HOLD
+#define TAPPING_TERM 180
// delay hold/release to not mess up software
#define TAP_CODE_DELAY 10