diff --git a/config/os/shared/macros/settings.dtsi b/config/os/shared/macros/settings.dtsi index 028ec7af..7c667e4a 100644 --- a/config/os/shared/macros/settings.dtsi +++ b/config/os/shared/macros/settings.dtsi @@ -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 {