From 0d99fceba7f5f7097c946e2fc2a95db9047e1f32 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 18 May 2023 18:33:54 +0200 Subject: home row mods again --- totem/keymaps/default/config.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'totem/keymaps/default/config.h') diff --git a/totem/keymaps/default/config.h b/totem/keymaps/default/config.h index d9f0a5b..b372382 100644 --- a/totem/keymaps/default/config.h +++ b/totem/keymaps/default/config.h @@ -15,3 +15,23 @@ // enable NKRO by default #define FORCE_NKRO + +// +// improve home row modifiers via achoridion +// + +// settings for home row modifiers +// details see https://precondition.github.io/home-row-mods + +// the default of 200 +#define TAPPING_TERM 200 + +// 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, allows to trigger modifiers faster +// achordion will avoid the worst +#define PERMISSIVE_HOLD + +// caps word is great for defines +#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD -- cgit v1.2.3