diff options
author | tominabox1 <tjcampie@zmk.local> | 2020-08-23 16:46:04 -0500 |
---|---|---|
committer | tominabox1 <tjcampie@zmk.local> | 2020-08-23 16:46:04 -0500 |
commit | 83ddc8a6381673eeb91793981786b2dcf92d24dc (patch) | |
tree | 0197db766763deca0977529dbc0e87e6bab12904 /app/dts/behaviors | |
parent | 6b23c7f554dbb27794cda5bff42545b1532b02c8 (diff) | |
parent | 6806cd2a55d6f59eb6c056d406de930b3dd8c9ea (diff) |
Merge branch 'main' of https://github.com/zmkfirmware/zmk into main
Diffstat (limited to 'app/dts/behaviors')
-rw-r--r-- | app/dts/behaviors/reset.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/dts/behaviors/reset.dtsi b/app/dts/behaviors/reset.dtsi index 4e3b444..fc4fa14 100644 --- a/app/dts/behaviors/reset.dtsi +++ b/app/dts/behaviors/reset.dtsi @@ -1,3 +1,5 @@ +#include <dt-bindings/zmk/reset.h> + / { behaviors { reset: behavior_reset { @@ -5,5 +7,12 @@ label = "RESET"; #binding-cells = <0>; }; + + bootloader: behavior_reset_dfu { + compatible = "zmk,behavior-reset"; + label = "BOOTLOADER_RESET"; + type = <RST_UF2>; + #binding-cells = <0>; + }; }; }; |