15 lines
261 B
YAML
15 lines
261 B
YAML
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: Leader key behavior
|
|
|
|
compatible: "zmk,behavior-leader-key"
|
|
|
|
include: zero_param.yaml
|
|
|
|
properties:
|
|
timerless:
|
|
type: boolean
|
|
timeout-ms:
|
|
type: int
|
|
default: 200
|