Skip to content

Commit

Permalink
Fixed layer references to names instead of numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Oct 27, 2024
1 parent a634dd9 commit abbb548
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <DEF NMT NUM>;
};

toggle_caps_word {
Expand Down Expand Up @@ -151,7 +151,7 @@

hrml: hrml {
compatible = "zmk,behavior-hold-tap";
label = "NMTL";
label = "HRML";
bindings = <&kp>, <&kp>;

#binding-cells = <2>;
Expand All @@ -165,7 +165,7 @@

hrmr: hrmr {
compatible = "zmk,behavior-hold-tap";
label = "NMTR";
label = "HRMR";
bindings = <&kp>, <&kp>;

#binding-cells = <2>;
Expand All @@ -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";
Expand Down

0 comments on commit abbb548

Please sign in to comment.