mirror of
https://github.com/zoriya/abyss.git
synced 2025-12-06 06:36:16 +00:00
Bind shift instead of enter on the left thumb
This commit is contained in:
@@ -52,10 +52,10 @@
|
||||
hold-trigger-on-release;
|
||||
};
|
||||
|
||||
left_tab: left_tab_morph {
|
||||
left_shift: left_shift_morph {
|
||||
compatible = "zmk,behavior-mod-morph";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp ENTER>, <&kp LEFT>;
|
||||
bindings = <&kp SHIFT>, <&kp LEFT>;
|
||||
mods = <(MOD_LSFT|MOD_RSFT)>;
|
||||
};
|
||||
right_space: right_space_morph {
|
||||
@@ -123,7 +123,7 @@
|
||||
//├─────────────┼─────────────┼─────────────┼─────────────┼─────────────╯ ╰─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
|
||||
&kp SQT &kp Q &kp J &kp K &kp M &kp W &kp V &kp L
|
||||
//╰───────────────────────────┼─────────────┼─────────────┼─────────────╮ ╭─────────────┼─────────────┼─────────────┼───────────────────────────╯
|
||||
&left_tab <_spc SY 0 < OT TAB &caps_word <_bspc SY 0 &up_del
|
||||
&left_shift <_spc SY 0 < OT TAB &caps_word <_bspc SY 0 &up_del
|
||||
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
|
||||
>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user