Skip to content

Commit

Permalink
fix??
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoDM committed Nov 29, 2024
1 parent 687abdc commit 300c0e0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion boards/shields/swweeep/swweeep.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
flavor = "balanced";
bindings = <&kp>, <&kp>;
};
just_left: left_no_mods {
compatible = "zmk,behavior-mod-morph";
label = "JUST_LEFT";
#binding-cells = <0>;
bindings = <&kp LEFT>, <&kp LEFT>;
mods = <(MOD_LSFT|MOD_RSFT|MOD_LCTL|MOD_RCTL|MOD_LALT|MOD_RALT|MOD_LGUI|MOD_RGUI)>;
keep-mods = <0>;
};
};

macro {
Expand All @@ -51,7 +59,7 @@
#binding-cells = <2>; // Must be 2
bindings = <&macro_param_1to1>, <&kp MACRO_PLACEHOLDER>, <&macro_param_2to1>, <&kp MACRO_PLACEHOLDER>, <&just_left>;
};

sqm: macro_sqm {
label = "SQM";
compatible = "zmk,behavior-macro";
Expand Down

0 comments on commit 300c0e0

Please sign in to comment.