Skip to content

Commit

Permalink
fix keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
carrefinho committed Jul 26, 2024
1 parent cd10aaf commit 0d8bb6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boards/shields/forager/forager.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
flavor = "balanced";
bindings = <&kp>, <&kp>;
};
sabk: shift_to_alt_backspace {
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <&kp BSPC>, <&kp LA(BSPC)>;
mods = <(MOD_LSFT|MOD_RSFT)>;
};
smart_shift: smart_shift {
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
Expand Down

0 comments on commit 0d8bb6d

Please sign in to comment.