mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
19 lines
303 B
YAML
19 lines
303 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
|
|
required: false
|
|
default: "flip"
|
|
enum:
|
|
- "on"
|
|
- "off"
|
|
- "flip"
|