zmk/app/dts/bindings/behaviors/zmk,behavior-mod-morph.yaml
Kostas Karachalios 2cac694fa2 feat(behaviors): Allow mod-morph to swallow mods
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
2022-02-03 21:26:24 +01:00

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