aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/dts/bindings/behaviors/zmk,behavior-toggle-layer.yaml
blob: 1ab0179c49291f90459fee42ebd7c24d5fa1d77d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
    required: false
    default: "flip"
    enum:
      - "on"
      - "off"
      - "flip"