summaryrefslogtreecommitdiff
path: root/common/config.h
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-09-15 16:41:39 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-09-15 16:41:39 +0200
commitee341d225b572d30a5405c4fed85dd0e7d845d61 (patch)
treee6fa096e2e923ff9445c5fa8612d8beb9bdfbbfb /common/config.h
parent089ceae1f7c15d63efa29b78d58179e635990eca (diff)
Revert "try sm_td"
This reverts commit 089ceae1f7c15d63efa29b78d58179e635990eca. doesn't work for me, random stuff happens, t not triggers at all
Diffstat (limited to 'common/config.h')
-rw-r--r--common/config.h20
1 files changed, 17 insertions, 3 deletions
diff --git a/common/config.h b/common/config.h
index 20f7c5b..ab4aea0 100644
--- a/common/config.h
+++ b/common/config.h
@@ -1,4 +1,4 @@
-/* Copyright 2024 Christoph Cullmann
+/* 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
@@ -31,5 +31,19 @@
// enable NKRO by default
#define FORCE_NKRO
-// needed for sm_td
-#define MAX_DEFERRED_EXECUTORS 10
+// settings for home row modifiers
+// details see https://precondition.github.io/home-row-mods
+
+// detect typing streaks
+#define ACHORDION_STREAK
+
+// 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
+
+// delay hold/release to not mess up software
+#define TAP_CODE_DELAY 10
+
+