From df2e742913d4ded0477b6dcba3fe56808e28f4f8 Mon Sep 17 00:00:00 2001 From: equiman Date: Sat, 3 Aug 2024 12:47:19 -0500 Subject: [PATCH] fix: device order switchig profiles --- config/os/shared/macros/settings.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 {