Skip to content

Commit

Permalink
add missing 'label' property
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jamsek committed Jan 2, 2024
1 parent e16b34d commit 8a92995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
};
rpi: require_prior_idle {
compatible = "zmk,behavior-hold-tap";
label = "rpi";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <200>;
Expand Down Expand Up @@ -71,6 +72,7 @@
};
sc0: shift_caps_0 {
compatible = "zmk,behavior-tap-dance";
label = "sc0";
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <&kp RSHIFT>, <&kp CAPS>;
Expand Down

0 comments on commit 8a92995

Please sign in to comment.