blob: df9c423c017b248dca5cabf20feac39e2a14aa24 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | # Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
description: Sticky key behavior
compatible: "zmk,behavior-sticky-key"
include: one_param.yaml
properties:
  bindings:
    type: phandles
    required: true
  release-after-ms:
    type: int
 |