# 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"