mirror of https://github.com/zmkfirmware/zmk.git
14 lines
333 B
YAML
14 lines
333 B
YAML
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: To Layer
|
|
|
|
compatible: "zmk,behavior-to-layer"
|
|
|
|
include: one_param.yaml
|
|
|
|
properties:
|
|
locking:
|
|
type: boolean
|
|
description: Whether to "lock" the layer active, preventing behaviors without the "locking" property from deactivating the layer
|