X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=layer.c;h=3f9e55a152a7dc003dcb7b2a01137df06d12aa96;hb=6284b147c23aa32a9e65138b1eb8ee908ece4941;hp=8c164857296fbac205100b416560f460fdc10786;hpb=0dde25e81cc06ed6331c030839b7048c69fc9c84;p=max%2Ftmk_keyboard.git diff --git a/layer.c b/layer.c index 8c164857..3f9e55a1 100755 --- a/layer.c +++ b/layer.c @@ -69,10 +69,10 @@ along with this program. If not, see . */ // LAYER_ENTER_DELAY: prevent from moving new layer -#define LAYER_ENTER_DELAY 10 +#define LAYER_ENTER_DELAY 150 // LAYER_SEND_FN_TERM: send keycode if release key in this term -#define LAYER_SEND_FN_TERM 40 +#define LAYER_SEND_FN_TERM 500 uint8_t default_layer = 0;