refactor(behaviors): Rename reset behavior.

* Upstream now has a node w/ label `reset` on many boards, so
  renaming our reset behavior node label to `sys_reset`.
This commit is contained in:
Peter Johanson
2022-09-20 21:37:16 -04:00
committed by Pete Johanson
parent 4f2f9db1d4
commit 35a1c5a3d4
33 changed files with 48 additions and 47 deletions

View File

@@ -8,9 +8,9 @@
/ {
behaviors {
reset: behavior_reset {
sys_reset: behavior_reset {
compatible = "zmk,behavior-reset";
label = "RESET";
label = "SYSRESET";
#binding-cells = <0>;
};