make some settings better documented

This commit is contained in:
Christoph Cullmann 2022-10-02 17:56:32 +02:00
parent 1c006dfce0
commit c4e6904ac7

View file

@ -19,8 +19,16 @@
// not more than 8 layers // not more than 8 layers
#define LAYER_STATE_8BIT #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 #define IGNORE_MOD_TAP_INTERRUPT
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
#define TAPPING_FORCE_HOLD #define TAPPING_FORCE_HOLD
// fix startup sound // fix startup sound