diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-05-30 15:38:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-30 15:38:22 -0400 |
commit | 328bde1624ecf7c5bce878398f39dd580ded5014 (patch) | |
tree | 904169689b45d99760e7b64ba03a877a07036a14 /keyboards/frosty_flake/keymaps/nikchi/config.h | |
parent | cb791cf6cdbcd9fd1291f36f6b1a6840753db97f (diff) | |
parent | 3c4022c41bc69b0bec94b2f34b6958ff41924254 (diff) |
Merge pull request #1323 from nikchi/master
Variable tapping terms
Diffstat (limited to 'keyboards/frosty_flake/keymaps/nikchi/config.h')
-rw-r--r-- | keyboards/frosty_flake/keymaps/nikchi/config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/frosty_flake/keymaps/nikchi/config.h b/keyboards/frosty_flake/keymaps/nikchi/config.h index e91d082c8a..3f78526437 100644 --- a/keyboards/frosty_flake/keymaps/nikchi/config.h +++ b/keyboards/frosty_flake/keymaps/nikchi/config.h @@ -3,8 +3,8 @@ #include "../../config.h" -#define TAPPING_TERM 300 -#define LEADER_TIMEOUT 400 +#define TAPPING_TERM 200 +#define LEADER_TIMEOUT 800 #define DISABLE_SPACE_CADET_ROLLOVER @@ -21,4 +21,3 @@ // place overrides here #endif - |