zmk/app/dts/bindings/behaviors/zmk,behavior-simple-macro.yaml
2020-12-29 15:25:44 -05:00

20 lines
No EOL
355 B
YAML

# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
description: Keyboard Reset Behavior
compatible: "zmk,behavior-simple-macro"
include: zero_param.yaml
properties:
bindings:
type: phandle-array
required: true
mode:
type: string
default: "key-down"
enum:
- "key-up"
- "key-down"
- "hold"