Skip to content

Commit

Permalink
Swap capsword w/ sticky lshift
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya committed Dec 6, 2024
1 parent db26b28 commit d87253a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
8 changes: 4 additions & 4 deletions config/abyss.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
left_shift: left_shift_morph {
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <&kp LSHFT>, <&kp LEFT>;
bindings = <&caps_word>, <&kp LEFT>;
mods = <(MOD_LSFT|MOD_RSFT)>;
keep-mods = <(MOD_LSFT)>;
};
Expand Down Expand Up @@ -103,11 +103,11 @@
hold-trigger-on-release;
};

lt_caps: layer_tap_cap {
lt_shift: layer_tap_cap {
compatible = "zmk,behavior-hold-tap";
flavor = "balanced";
#binding-cells = <2>;
bindings = <&mo>, <&caps_word>;
bindings = <&mo>, <&sk LSHIFT>;
tapping-term-ms = <TAPPING_TERM>;
quick-tap-ms = <QUICK_TAP>;
hold-trigger-key-positions = <KEYR>;
Expand All @@ -134,7 +134,7 @@
//├─────────────┼─────────────┼─────────────┼─────────────┼─────────────╯ ╰───────────────┼──────────────┼─────────────┼─────────────┼─────────────┤
&kp SQT &kp Q &kp J &kp K &kp M &kp W &kp V &kp L
//╰───────────────────────────┼─────────────┼─────────────┼─────────────╮ ╭───────────────┼──────────────┼─────────────┼───────────────────────────╯
&left_shift &lt_spc SY 0 &lt OT TAB &lt_caps OT 0 &lt_bspc SY 0 &up_del
&left_shift &lt_spc SY 0 &lt OT TAB &lt_shift OT 0 &lt_bspc SY 0 &up_del
// ╰─────────────┴─────────────┴─────────────╯ ╰───────────────┴──────────────┴─────────────╯
>;
};
Expand Down
24 changes: 11 additions & 13 deletions draw/keymap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d87253a

Please sign in to comment.