forked from kofal.net/zmk
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:
committed by
Pete Johanson
parent
4f2f9db1d4
commit
35a1c5a3d4
@@ -31,7 +31,7 @@
|
||||
combo_reset {
|
||||
timeout-ms = <TIMEOUT>;
|
||||
key-positions = <1 3>;
|
||||
bindings = <&reset>;
|
||||
bindings = <&sys_reset>;
|
||||
};
|
||||
combo_bootloader {
|
||||
timeout-ms = <TIMEOUT>;
|
||||
|
||||
Reference in New Issue
Block a user