From 089ceae1f7c15d63efa29b78d58179e635990eca Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 15 Sep 2024 16:40:37 +0200 Subject: try sm_td --- common/config.h | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'common/config.h') diff --git a/common/config.h b/common/config.h index ab4aea0..20f7c5b 100644 --- a/common/config.h +++ b/common/config.h @@ -1,4 +1,4 @@ -/* Copyright 2022 Christoph Cullmann +/* Copyright 2024 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,19 +31,5 @@ // enable NKRO by default #define FORCE_NKRO -// 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 - - +// needed for sm_td +#define MAX_DEFERRED_EXECUTORS 10 -- cgit v1.2.3