mirror of
https://github.com/zoriya/abyss.git
synced 2025-12-06 06:36:16 +00:00
Disable sticky shift lazy
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
|
||||
&sk {
|
||||
quick-release;
|
||||
lazy;
|
||||
/delete-property/ ignore-modifiers;
|
||||
};
|
||||
|
||||
@@ -120,18 +119,17 @@
|
||||
hold-trigger-on-release;
|
||||
};
|
||||
|
||||
// see https://github.com/zmkfirmware/zmk/issues/834 for macro_tap
|
||||
caps_lshift: lmod_morph_hold_tap {
|
||||
compatible = "zmk,behavior-mod-morph";
|
||||
#binding-cells = <0>;
|
||||
bindings = <<sk OT LSHIFT>, <¯o_tap &kp F17 &caps_word>;
|
||||
bindings = <<sk OT LSHIFT>, <&caps_word>;
|
||||
mods = <(MOD_LSFT|MOD_RSFT)>;
|
||||
};
|
||||
|
||||
caps_rshift: rmod_morph_hold_tap {
|
||||
compatible = "zmk,behavior-mod-morph";
|
||||
#binding-cells = <0>;
|
||||
bindings = <<sk OT RSHIFT>, <¯o_tap &kp F17 &caps_word>;
|
||||
bindings = <<sk OT RSHIFT>, <&caps_word>;
|
||||
mods = <(MOD_LSFT|MOD_RSFT)>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user