Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartists committed Dec 21, 2023
1 parent 307b17e commit 09b87ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/hackartist.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
bindings
= <&macro_press &kp LCTRL>
, <&macro_tap &kp LSHFT>
, <&macro_release &kp LCTRL>;
, <&macro_release &kp LCTRL>
, <&macro_press &kp LCTRL>
, <&macro_tap &kp SPACE>
, <&macro_release &kp LCTRL>;
Expand Down
2 changes: 1 addition & 1 deletion config/version.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ macro_ver: macro_ver {
compatible = "zmk,behavior-macro";
label = "macro_ver";
#binding-cells = <0>;
bindings = <&kp N2>, <&kp N0>, <&kp N2>, <&kp N3>, <&kp N1>, <&kp N2>, <&kp N0>, <&kp N4>, <&kp MINUS>, <&kp M>, <&kp A>, <&kp I>, <&kp N>, <&kp MINUS>, <&kp N7>, <&kp D>, <&kp N0>, <&kp N9>, <&kp F>, <&kp C>, <&kp N6>, <&kp RET>;
bindings = <&kp N2>, <&kp N0>, <&kp N2>, <&kp N3>, <&kp N1>, <&kp N2>, <&kp N2>, <&kp N1>, <&kp MINUS>, <&kp M>, <&kp A>, <&kp I>, <&kp N>, <&kp MINUS>, <&kp N3>, <&kp N0>, <&kp N7>, <&kp B>, <&kp N1>, <&kp N7>, <&kp E>, <&kp RET>;
};

0 comments on commit 09b87ac

Please sign in to comment.