Revert "fix(hid): Implicit mods on non-key page events"
This reverts commit 6ef1e7034f
.
masked mods
Unrevert "fix(hid): Implicit mods on non-key page events"
Fix docs
Lint code with clang-format
19 lines
333 B
YAML
19 lines
333 B
YAML
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: Keyboard Reset Behavior
|
|
|
|
compatible: "zmk,behavior-mod-morph"
|
|
|
|
include: zero_param.yaml
|
|
|
|
properties:
|
|
bindings:
|
|
type: phandle-array
|
|
required: true
|
|
mods:
|
|
type: int
|
|
required: true
|
|
masked_mods:
|
|
type: int
|
|
required: false
|