Browse Source

refactor(behaviors): Always add reset behaviors.

* Don'd omit unreferenced reset behaviors, so they are always
  available in split peripherals.
xmkb
Peter Johanson 2 years ago committed by Pete Johanson
parent
commit
4d55e60adb
  1. 4
      app/dts/behaviors/reset.dtsi

4
app/dts/behaviors/reset.dtsi

@ -8,13 +8,13 @@ @@ -8,13 +8,13 @@
/ {
behaviors {
/omit-if-no-ref/ reset: behavior_reset {
reset: behavior_reset {
compatible = "zmk,behavior-reset";
label = "RESET";
#binding-cells = <0>;
};
/omit-if-no-ref/ bootloader: behavior_reset_dfu {
bootloader: behavior_reset_dfu {
compatible = "zmk,behavior-reset";
label = "BOOTLOAD";
type = <RST_UF2>;

Loading…
Cancel
Save