feat(behaviors): Add &bootloader behavior.
* Allow reset behavior to have a type property. * Add `bootloader` node that triggers DFU UF2 bootloader mode using the AdaFruit nrf52 bootloader.
This commit is contained in:
parent
1ff13676f7
commit
805ea77005
6 changed files with 87 additions and 12 deletions
|
|
@ -6,3 +6,8 @@ description: Keyboard Reset Behavior
|
|||
compatible: "zmk,behavior-reset"
|
||||
|
||||
include: zero_param.yaml
|
||||
|
||||
properties:
|
||||
type:
|
||||
type: int
|
||||
default: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue