20 lines
No EOL
355 B
YAML
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" |