Skip to content

Commit 0387410

Browse files
committed
fix(behaviors): Shorter behavior label to fit in MTU.
1 parent 5e4d263 commit 0387410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/dts/behaviors/reset.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
bootloader: behavior_reset_dfu {
1818
compatible = "zmk,behavior-reset";
19-
label = "BOOTLOADER_RESET";
19+
label = "BOOTLOAD";
2020
type = <RST_UF2>;
2121
#binding-cells = <0>;
2222
};

0 commit comments

Comments
 (0)