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:
parent
9297c5f2b4
commit
4d55e60adb
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue