You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
430 B
18 lines
430 B
3 years ago
|
# Copyright (c) 2021 The ZMK Contributors
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
description: Conditional layers allow layer combinations to trigger additional layers
|
||
|
|
||
|
compatible: "zmk,conditional-layers"
|
||
|
|
||
|
child-binding:
|
||
|
description: "Single conditional layer that activates then-layer when if-layers are active"
|
||
|
|
||
|
properties:
|
||
|
if-layers:
|
||
|
type: array
|
||
|
required: true
|
||
|
then-layer:
|
||
|
type: int
|
||
|
required: true
|