2020-12-27 00:46:56 +11:00
|
|
|
# Copyright (c) 2020 The ZMK Contributors
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
2022-07-02 05:00:51 +10:00
|
|
|
description: Mod Morph Behavior
|
2020-12-27 00:46:56 +11:00
|
|
|
|
|
|
|
compatible: "zmk,behavior-mod-morph"
|
|
|
|
|
|
|
|
include: zero_param.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
bindings:
|
|
|
|
type: phandle-array
|
|
|
|
required: true
|
|
|
|
mods:
|
|
|
|
type: int
|
|
|
|
required: true
|
2022-10-15 12:40:28 +11:00
|
|
|
keep-mods:
|
|
|
|
type: int
|
|
|
|
required: false
|