From 7a0449f3ec50892810c36dcb20a01f9c621116a4 Mon Sep 17 00:00:00 2001 From: Matthew Todd Date: Sun, 19 Jan 2025 16:33:13 -0500 Subject: [PATCH] BT_DISC didn't change anything Still getting spurious wakeups of inactive devices. --- config/cradio.keymap | 48 +------------------------------------------- 1 file changed, 1 insertion(+), 47 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 50bd269..a58e759 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -53,52 +53,6 @@ }; }; - macros { - bt0: bluetooth_select_only_0 { - compatible = "zmk,behavior-macro"; - #binding-cells = <0>; - bindings - = <¯o_tap &bt BT_SEL 0> - , <¯o_tap &bt BT_DISC 1> - , <¯o_tap &bt BT_DISC 2> - , <¯o_tap &bt BT_DISC 3> - ; - }; - - bt1: bluetooth_select_only_1 { - compatible = "zmk,behavior-macro"; - #binding-cells = <0>; - bindings - = <¯o_tap &bt BT_SEL 1> - , <¯o_tap &bt BT_DISC 0> - , <¯o_tap &bt BT_DISC 2> - , <¯o_tap &bt BT_DISC 3> - ; - }; - - bt2: bluetooth_select_only_2 { - compatible = "zmk,behavior-macro"; - #binding-cells = <0>; - bindings - = <¯o_tap &bt BT_SEL 2> - , <¯o_tap &bt BT_DISC 0> - , <¯o_tap &bt BT_DISC 1> - , <¯o_tap &bt BT_DISC 3> - ; - }; - - bt3: bluetooth_select_only_3 { - compatible = "zmk,behavior-macro"; - #binding-cells = <0>; - bindings - = <¯o_tap &bt BT_SEL 3> - , <¯o_tap &bt BT_DISC 0> - , <¯o_tap &bt BT_DISC 1> - , <¯o_tap &bt BT_DISC 2> - ; - }; - }; - combos { compatible = "zmk,combos"; thumbs_default_left { @@ -173,7 +127,7 @@ &kp LCTRL &kp LALT &kp LGUI &kp LSHFT &none &none &kp C_PREV &kp C_VOL_DN &kp C_VOL_UP &kp C_NEXT //├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ //│ │ │ │ │ │ │ │ │ │ │ │ - &none &none &none &none &none &none &bt0 &bt1 &bt2 &bt3 + &none &none &none &none &none &none &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 //╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯ // | | | | | | &none &none &kp C_MUTE &kp C_PP