zmk/app/dts/bindings/behaviors/zmk,behavior-sticky-key.yaml
Okke Formsma 9812a3a33e feature(sticky_keys): add quick-release
when quick-release is enabled, the sticky key is released immediately after another key is pressed
2021-01-28 20:58:30 +01:00

17 lines
303 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
quick-release:
type: boolean