805ea77005
* Allow reset behavior to have a type property. * Add `bootloader` node that triggers DFU UF2 bootloader mode using the AdaFruit nrf52 bootloader.
13 lines
215 B
YAML
13 lines
215 B
YAML
# Copyright (c) 2020, Pete Johanson
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: Keyboard Reset Behavior
|
|
|
|
compatible: "zmk,behavior-reset"
|
|
|
|
include: zero_param.yaml
|
|
|
|
properties:
|
|
type:
|
|
type: int
|
|
default: 0
|