summaryrefslogtreecommitdiff
path: root/app/dts/bindings/behaviors/zmk,behavior-sticky-key.yaml
blob: c04883c06e0c9819a6deab73aaa62d71d79953a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
  quick-release:
    type: boolean
  ignore-modifiers:
    type: boolean