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 a127216 commit ee61fbc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions boards/shields/swweeep/swweeep.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,22 @@
sqm: macro_sqm {
label = "SQM";
compatible = "zmk,behavior-macro";
#binding-cells = <2>;
bindings = <&kp SQT>,<&kp SPACE>; // Single Quote (')
#binding-cells = <0>;
bindings = <&kp SQT>; // Single Quote (')
};

dqm: macro_dqm {
label = "DQM";
compatible = "zmk,behavior-macro";
#binding-cells = <2>;
bindings = <&kp DQT>,<&kp SPACE>; // Double Quote (")
#binding-cells = <0>;
bindings = <&kp DQT>; // Double Quote (")
};

bm: macro_bm {
label = "BM";
compatible = "zmk,behavior-macro";
#binding-cells = <2>;
bindings = <&kp GRAVE>,<&kp SPACE>; // Backtick (`)
#binding-cells = <0>;
bindings = <&kp GRAVE>; // Backtick (`)
};
};

Expand Down

0 comments on commit ee61fbc

Please sign in to comment.