refactor(behaviors): Always add reset behaviors.

* Don'd omit unreferenced reset behaviors, so they are always
  available in split peripherals.
This commit is contained in:
Peter Johanson 2022-01-02 04:57:37 +00:00 committed by Pete Johanson
parent 9297c5f2b4
commit 4d55e60adb
1 changed files with 2 additions and 2 deletions

View File

@ -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>;