fix(docs): fix the compatible property in the tap hold docs

This commit is contained in:
Cody McGinnis 2020-08-21 21:38:50 -04:00
parent 10f6ca7861
commit 09d9b5dfdc

View file

@ -13,7 +13,7 @@ Usage:
/ {
behaviors {
rst: behavior_tap_hold {
compatible = "zmk,behavior-hold-tap";
compatible = "zmk,behavior-tap-hold";
label = "Reset Tap - Bootloader Hold";
#binding-cells = <0>;
hold_ms = <3000>;
@ -21,7 +21,7 @@ Usage:
};
mup: behavior_music_up {
compatible = "zmk,behavior-hold-tap";
compatible = "zmk,behavior-tap-hold";
label = "Reset Tap - Bootloader Hold";
#binding-cells = <0>;
hold_ms = <3000>;
@ -29,7 +29,7 @@ Usage:
};
mdwn: behavior_music_down {
compatible = "zmk,behavior-hold-tap";
compatible = "zmk,behavior-tap-hold";
label = "Reset Tap - Bootloader Hold";
#binding-cells = <0>;
hold_ms = <3000>;