use default tapping term
This commit is contained in:
parent
2c0e115cf6
commit
3ddeef8fcd
|
@ -23,8 +23,8 @@
|
||||||
// settings for home row modifiers
|
// settings for home row modifiers
|
||||||
// details see https://precondition.github.io/home-row-mods
|
// details see https://precondition.github.io/home-row-mods
|
||||||
|
|
||||||
// bit lower the default from 200
|
// the default of 200
|
||||||
#define TAPPING_TERM 180
|
#define TAPPING_TERM 200
|
||||||
|
|
||||||
// Prevent normal rollover on alphas from accidentally triggering mods.
|
// Prevent normal rollover on alphas from accidentally triggering mods.
|
||||||
#define IGNORE_MOD_TAP_INTERRUPT
|
#define IGNORE_MOD_TAP_INTERRUPT
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
// settings for home row modifiers
|
// settings for home row modifiers
|
||||||
// details see https://precondition.github.io/home-row-mods
|
// details see https://precondition.github.io/home-row-mods
|
||||||
|
|
||||||
// bit lower the default from 200
|
// the default of 200
|
||||||
#define TAPPING_TERM 180
|
#define TAPPING_TERM 200
|
||||||
|
|
||||||
// Prevent normal rollover on alphas from accidentally triggering mods.
|
// Prevent normal rollover on alphas from accidentally triggering mods.
|
||||||
#define IGNORE_MOD_TAP_INTERRUPT
|
#define IGNORE_MOD_TAP_INTERRUPT
|
||||||
|
|
Loading…
Reference in a new issue