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) |
tuning layer switch timing.
-rw-r--r-- | layer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ */ // LAYER_ENTER_DELAY: prevent from moving new layer -#define LAYER_ENTER_DELAY 10 +#define LAYER_ENTER_DELAY 8 // LAYER_SEND_FN_TERM: send keycode if release key in this term #define LAYER_SEND_FN_TERM 40 |