From c21715bd1dc08738c1ff43ff63f1e611fa53f1de Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Wed, 21 Jun 2023 09:52:15 -0400 Subject: [PATCH] Fix typos --- config/base.keymap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/base.keymap b/config/base.keymap index a4587f7..1129fa3 100644 --- a/config/base.keymap +++ b/config/base.keymap @@ -31,7 +31,7 @@ #define QUICK_TAP_MS 175 &sk { // sticky-key config - release-after-ms = <600>; // release after 0.6s + release-after-ms = <900>; // release after 0.6s quick-release; // no double capitalization when rolling keys }; @@ -104,7 +104,7 @@ ZMK_BEHAVIOR(smart_shft, mod_morph, bindings = <&sk LSHFT>, <&caps_word>; mods = <(MOD_LSFT)>; ) -&caps_word { // mods deactivate caps-word, requires PR #1441 +&caps_word { // mods deactivate caps-word, requires PR #1451 /delete-property/ ignore-modifiers; }; @@ -120,7 +120,7 @@ ZMK_BEHAVIOR(num_dance, tap_dance, tapping-term-ms = <200>; bindings = <&num_word>, <&sl NUM>; // reverse this for sticky-num on single tap ) -&num_word { // num-word, requires PR #1441 +&num_word { // num-word, requires PR #1451 layers = ; continue-list = ; };