ef2e6e9156
* Update docs for mod-morph * Add unit tests for mod-morph * Add keep-mods to DT binding Co-authored-by: Martin Aumüller <aumuell@reserv.at> Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
19 lines
326 B
YAML
19 lines
326 B
YAML
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: Mod Morph Behavior
|
|
|
|
compatible: "zmk,behavior-mod-morph"
|
|
|
|
include: zero_param.yaml
|
|
|
|
properties:
|
|
bindings:
|
|
type: phandle-array
|
|
required: true
|
|
mods:
|
|
type: int
|
|
required: true
|
|
keep-mods:
|
|
type: int
|
|
required: false
|