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