From c4e6904ac7ea3454271cc76995b5cb8420465594 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 2 Oct 2022 17:56:32 +0200 Subject: make some settings better documented --- config.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index bd05275..c7635a6 100644 --- a/config.h +++ b/config.h @@ -19,8 +19,16 @@ // not more than 8 layers #define LAYER_STATE_8BIT -// ensure home row modifiers don't cause havoc +// settings for home row modifiers +// details see https://precondition.github.io/home-row-mods + +// Configure the global tapping term (default: 200ms) +#define TAPPING_TERM 200 + +// 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 // fix startup sound -- cgit v1.2.3