From 91eca50b45bb477b784a5994e612d0a616d5dfb7 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Sat, 4 May 2024 19:40:46 +0200 Subject: [PATCH] fix: make bts work --- config/cradio.keymap | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 5b108a0..11b748f 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -4,6 +4,7 @@ #include #include #include +#include // Cannot use it with keymap-drawer /* #include "zmk-helpers/key-labels/34.h" */ @@ -28,16 +29,17 @@ }; / { - macros { - bts: bts { - compatible = "zmk,behavior-macro-one-param"; - #binding-cells = <1>; - bindings - = <&out OUT_BLE> - , <¯o_param_1to2> - , <&bt BT_SEL MACRO_PLACEHOLDER>; + macros { + bts: bts { + compatible = "zmk,behavior-macro-one-param"; + #binding-cells = <1>; + bindings + = <&out OUT_BLE> + , <¯o_param_1to2> + , <&bt BT_SEL MACRO_PLACEHOLDER> + ; + }; }; - }; };