blob: 6133411ed6bcaa565b41cf42a0752fa67af740f3 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | # 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
 |