Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shchemelevev committed Jul 23, 2024
1 parent 888ca51 commit a6a2441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/redox.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@
label = "ZM_defbt1";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&to DEFAULT>, <&bt BT_SEL 1>;
bindings = <&to DEFAULT>, <&bt BT_DISC 2>, <&bt BT_SEL 1>;
};
winbt2: winbt2{
label = "ZM_winbt2";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&to WIN>, <&bt BT_SEL 2>;
bindings = <&to WIN>, <&bt BT_DISC 1>,<&bt BT_SEL 2>;
};
};
};
Expand Down

0 comments on commit a6a2441

Please sign in to comment.