summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-10-18 21:06:28 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-10-18 21:06:28 +0200
commitecc2b462caabbe9489d5ff3f38922b26e98ddce1 (patch)
tree10636bdd7b4e3136730d33907f6c9b24256b91fe /config.h
parent52d304ed3ac680400e95499f40d601c49ccb091e (diff)
use 32 keys and be happy
Diffstat (limited to 'config.h')
-rw-r--r--config.h18
1 files changed, 15 insertions, 3 deletions
diff --git a/config.h b/config.h
index 38b8525..ec5fb95 100644
--- a/config.h
+++ b/config.h
@@ -16,13 +16,22 @@
#pragma once
-// include miryoku defaults
-#include <users/manna-harbour_miryoku/config.h>
-
//
// improve home row modifiers via achoridion
//
+// settings for home row modifiers
+// details see https://precondition.github.io/home-row-mods
+
+// configure the global tapping term
+#define TAPPING_TERM 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 faster
// achordion will avoid the worst
#define PERMISSIVE_HOLD
@@ -66,6 +75,9 @@
// remove some features we don't need
//
+// not more than 8 layers
+#define LAYER_STATE_8BIT
+
// we don't need locking
#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE