Skip to content

Commit

Permalink
fix: device order switchig profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Aug 3, 2024
1 parent fbffdfd commit df2e742
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/os/shared/macros/settings.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ m_s_b1: macro_stg_bluetooth_1 {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings =
<&bt BT_SEL 0 &to_wBAS>;
<&bt BT_SEL 0 &to_mBAS>;
};

m_s_b2: macro_stg_bluetooth_2 {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings =
<&bt BT_SEL 1 &to_wBAS>;
<&bt BT_SEL 1 &to_mBAS>;
};

m_s_b3: macro_stg_bluetooth_3 {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings =
<&bt BT_SEL 2 &to_mBAS>;
<&bt BT_SEL 2 &to_wBAS>;
};

m_s_b4: macro_stg_bluetooth_4 {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings =
<&bt BT_SEL 3 &to_mBAS>;
<&bt BT_SEL 3 &to_wBAS>;
};

m_s_b5: macro_stg_bluetooth_5 {
Expand Down

0 comments on commit df2e742

Please sign in to comment.