mirror of https://github.com/zmkfirmware/zmk.git
21 lines
445 B
YAML
21 lines
445 B
YAML
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: Toggle Layer
|
|
|
|
compatible: "zmk,behavior-toggle-layer"
|
|
|
|
include: one_param.yaml
|
|
|
|
properties:
|
|
toggle-mode:
|
|
type: string
|
|
default: "flip"
|
|
enum:
|
|
- "on"
|
|
- "off"
|
|
- "flip"
|
|
locking:
|
|
type: boolean
|
|
description: Whether to "lock" the layer active, preventing behaviors without the "locking" property from deactivating the layer
|