zmk/app/dts/bindings/behaviors/zmk,behavior-sticky-key.yaml
down 95185e384d feat(behaviors): sticky keys no longer sticky after being held
Sticky keys that are pressed down for longer than
`no-sticky-after-hold-ms` will immediately deactivate upon release. If
the property `no-sticky-after-hold-ms` does not exist, the value of
`release-after-ms` will be used as a fallback.
2023-11-22 15:16:29 +07:00

22 lines
401 B
YAML

# 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
no-sticky-after-hold-ms:
type: int
quick-release:
type: boolean
ignore-modifiers:
type: boolean