diff options
| author | tmk <nobody@nowhere> | 2010-11-26 15:29:02 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2010-11-26 15:29:02 +0900 |
| commit | 66ece29b0e14534d57b680db47a5967d5264ca85 (patch) | |
| tree | 85c877a2f2b5dc1595f165669ee406b0b8b4a453 | |
| parent | 37ced39ae2ecfc945c21526faffb2449577bbeb7 (diff) | |
| download | qmk_firmware-66ece29b0e14534d57b680db47a5967d5264ca85.tar.gz qmk_firmware-66ece29b0e14534d57b680db47a5967d5264ca85.zip | |
tuning layer switch timing.
| -rw-r--r-- | layer.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -51,7 +51,7 @@ | |||
| 51 | */ | 51 | */ |
| 52 | 52 | ||
| 53 | // LAYER_ENTER_DELAY: prevent from moving new layer | 53 | // LAYER_ENTER_DELAY: prevent from moving new layer |
| 54 | #define LAYER_ENTER_DELAY 10 | 54 | #define LAYER_ENTER_DELAY 8 |
| 55 | 55 | ||
| 56 | // LAYER_SEND_FN_TERM: send keycode if release key in this term | 56 | // LAYER_SEND_FN_TERM: send keycode if release key in this term |
| 57 | #define LAYER_SEND_FN_TERM 40 | 57 | #define LAYER_SEND_FN_TERM 40 |
