summaryrefslogtreecommitdiff
path: root/planck/config.h
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-08-11 23:16:38 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-08-11 23:16:38 +0200
commitab53c9760831b1ac12f5eeb196af49c6a71b02d6 (patch)
tree14ef2bc7098cbc4272d5e64f6b9728f1da8ff7ed /planck/config.h
parentc3bbda01099b4d7e1973924dd58e043eaaa6d663 (diff)
adjust to use the Ferris layout
Diffstat (limited to 'planck/config.h')
-rw-r--r--planck/config.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/planck/config.h b/planck/config.h
index a5924e0..9096c32 100644
--- a/planck/config.h
+++ b/planck/config.h
@@ -16,10 +16,28 @@
#pragma once
+// we don't use one shots
+#define NO_ACTION_ONESHOT
+
// we don't have any lock switches
#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE
+// enable NKRO by default
+#define FORCE_NKRO
+
+// settings for home row modifiers
+// details see https://precondition.github.io/home-row-mods
+
+// the default of 200
+#define TAPPING_TERM 180
+
+// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
+#define QUICK_TAP_TERM 0
+
+// try to be more permissive with holds for layer switch keys
+#define PERMISSIVE_HOLD_PER_KEY
+
//
// audio configuration
//