summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-10-14 18:49:39 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-10-14 18:49:39 +0200
commit5100e9ab7c161fd561b45df51eb5bf2c33b4ccc8 (patch)
tree95cc855e4d541829492d8c97f9d1dc2293f43cd1 /config.h
parent019168aae0c5b180f30dd4a16d1ddae1c1adbe92 (diff)
try without home row modifiers ATM
Diffstat (limited to 'config.h')
-rw-r--r--config.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/config.h b/config.h
index 29b6711..1e43aac 100644
--- a/config.h
+++ b/config.h
@@ -19,24 +19,6 @@
// not more than 8 layers
#define LAYER_STATE_8BIT
-// settings for home row modifiers
-// details see https://precondition.github.io/home-row-mods
-
-// 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
-
-// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
-#define TAPPING_FORCE_HOLD
-
// try to be more permissive with holds, allows to trigger modifiers fasters
#define PERMISSIVE_HOLD