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