From 1d546a3606c5865031464aca754617210994070f Mon Sep 17 00:00:00 2001 From: Oscar Nelin Date: Wed, 20 Mar 2024 14:12:02 +0100 Subject: Fix label --- config/cradio.keymap | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'config/cradio.keymap') diff --git a/config/cradio.keymap b/config/cradio.keymap index 9e3ce68..f2f4da7 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -23,24 +23,20 @@ / { behaviors { ht: hold_tap { - label = "hold_tap"; compatible = "zmk,behavior-hold-tap"; #binding-cells = <2>; flavor = "tap-preferred"; tapping-term-ms = <220>; quick-tap-ms = <150>; - global-quick-tap; bindings = <&kp>, <&kp>; }; - hl: hold_tap { - label = "hold_tap"; + hl: hold_layer { compatible = "zmk,behavior-hold-tap"; - #binding-cells = <2>; flavor = "tap-preferred"; + #binding-cells = <2>; tapping-term-ms = <220>; quick-tap-ms = <150>; - global-quick-tap; bindings = <&kp>, <&to>; }; }; -- cgit v1.3