aboutsummaryrefslogtreecommitdiff
path: root/layer.c
diff options
context:
space:
mode:
Diffstat (limited to 'layer.c')
-rwxr-xr-xlayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/layer.c b/layer.c
index 8c1648572..3f9e55a15 100755
--- a/layer.c
+++ b/layer.c
@@ -69,10 +69,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
69 */ 69 */
70 70
71// LAYER_ENTER_DELAY: prevent from moving new layer 71// LAYER_ENTER_DELAY: prevent from moving new layer
72#define LAYER_ENTER_DELAY 10 72#define LAYER_ENTER_DELAY 150
73 73
74// LAYER_SEND_FN_TERM: send keycode if release key in this term 74// LAYER_SEND_FN_TERM: send keycode if release key in this term
75#define LAYER_SEND_FN_TERM 40 75#define LAYER_SEND_FN_TERM 500
76 76
77 77
78uint8_t default_layer = 0; 78uint8_t default_layer = 0;