Fix typos

This commit is contained in:
urob 2023-06-21 09:52:15 -04:00
parent 2364d03fae
commit c21715bd1d

View file

@ -31,7 +31,7 @@
#define QUICK_TAP_MS 175 #define QUICK_TAP_MS 175
&sk { // sticky-key config &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 quick-release; // no double capitalization when rolling keys
}; };
@ -104,7 +104,7 @@ ZMK_BEHAVIOR(smart_shft, mod_morph,
bindings = <&sk LSHFT>, <&caps_word>; bindings = <&sk LSHFT>, <&caps_word>;
mods = <(MOD_LSFT)>; 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; /delete-property/ ignore-modifiers;
}; };
@ -120,7 +120,7 @@ ZMK_BEHAVIOR(num_dance, tap_dance,
tapping-term-ms = <200>; tapping-term-ms = <200>;
bindings = <&num_word>, <&sl NUM>; // reverse this for sticky-num on single tap 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 = <NUM>; layers = <NUM>;
continue-list = <BSPC DEL DOT COMMA PLUS MINUS STAR FSLH EQUAL>; continue-list = <BSPC DEL DOT COMMA PLUS MINUS STAR FSLH EQUAL>;
}; };