Skip to content

Commit

Permalink
try to fix pair
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoDM committed Nov 29, 2024
1 parent 14e4264 commit 687abdc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions boards/shields/swweeep/swweeep.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
};

macro {
pair: pair {
label = "PAIR";
compatible = "zmk,behavior-macro-two-param";
#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 687abdc

Please sign in to comment.