From 3928aede5ddb615412c1bbde7b855838c555c1ad Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 9 Sep 2021 11:03:24 +0000 Subject: [PATCH] tuning based on use --- zmk-config/config/corne.conf | 4 ++-- zmk-config/config/corne.keymap | 18 ++++++------------ 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/zmk-config/config/corne.conf b/zmk-config/config/corne.conf index ff3d2fc7..070a9ddf 100644 --- a/zmk-config/config/corne.conf +++ b/zmk-config/config/corne.conf @@ -13,8 +13,8 @@ CONFIG_BT_MAX_CONN=6 CONFIG_ZMK_DISPLAY=y # Turn on deep sleep -CONFIG_ZMK_SLEEP=y -CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 +#CONFIG_ZMK_SLEEP=y +#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 # Set screen blanking to 15s instead of 30s #CONFIG_ZMK_IDLE_TIMEOUT=15000 diff --git a/zmk-config/config/corne.keymap b/zmk-config/config/corne.keymap index 9dd63007..24db2c2d 100644 --- a/zmk-config/config/corne.keymap +++ b/zmk-config/config/corne.keymap @@ -46,7 +46,7 @@ #define TIMEOUT_COMBO_2 150 #define TIMEOUT_COMBO_3 150 #define TIMEOUT_COMBO_4 150 -#define TIMEOUT_LAYER_HOLD 200 +#define TIMEOUT_LAYER_HOLD 250 #define ARTSEY_BASE_A A #define ARTSEY_BASE_R R #define ARTSEY_BASE_T T @@ -74,7 +74,7 @@ }; //////////////////////////////////////// -// Sticky / Leader Keys +// Sticky / Leader Keys / Hold Tap Keys #define TIMEOUT_STICKY_LEADER_KEY 5000 &sk { release-after-ms = ; @@ -83,12 +83,6 @@ release-after-ms = ; }; -//////////////////////////////////////// -// LED Strip Tweak -&led_strip { - chain-length = <1>; -}; - //////////////////////////////////////// // Behaviors / { @@ -222,18 +216,18 @@ bindings = < &kp GRAVE &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp DEL &trans &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp INSERT -&kp LALT &trans &trans &trans &trans &kp F11 &kp F12 &trans &trans &trans &trans &kp PSCRN -&trans &trans &trans &trans &trans &ext_power EP_TOG +&trans &trans &trans &trans &trans &kp F11 &kp F12 &trans &trans &trans &trans &kp PSCRN +&kp LALT &trans &trans &trans &trans &ext_power EP_TOG >; }; nav_layer { label = "Nav"; bindings = < -&trans &kp PG_UP &kp HOME &kp UP &kp END &trans &trans &trans &trans &trans &trans &trans +&trans &kp PG_UP &kp HOME &kp UP &kp END &trans &trans &trans &trans &trans &trans &kp DEL &kp LSHFT &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans -&trans &trans &trans &trans &trans &trans +&kp LCTRL &trans &trans &trans &trans &trans >; };