From abbb548526c5b426dee0e635bc9235689505671f Mon Sep 17 00:00:00 2001 From: ldebritto Date: Sun, 27 Oct 2024 12:23:50 -0300 Subject: [PATCH] Fixed layer references to names instead of numbers --- config/cradio.keymap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 50b4d73..863488b 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -64,7 +64,7 @@ toggle_num_word { key-positions = <12 30>; bindings = <&num_word NUM>; // requires auto-layer module (https://github.com/urob/zmk-auto-layer) - layers = <0 2>; + layers = ; }; toggle_caps_word { @@ -151,7 +151,7 @@ hrml: hrml { compatible = "zmk,behavior-hold-tap"; - label = "NMTL"; + label = "HRML"; bindings = <&kp>, <&kp>; #binding-cells = <2>; @@ -165,7 +165,7 @@ hrmr: hrmr { compatible = "zmk,behavior-hold-tap"; - label = "NMTR"; + label = "HRMR"; bindings = <&kp>, <&kp>; #binding-cells = <2>; @@ -177,7 +177,7 @@ require-prior-idle-ms = <175>; }; - // Layer-tap variants for urob's hrm + // Layer-tap variants for urob's balanced hrm with a &lc instead of a &mo on hold ltl: ltl { compatible = "zmk,behavior-hold-tap";