2020-11-11 13:09:08 -08:00
|
|
|
# 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:
|
2021-01-01 19:55:52 -08:00
|
|
|
type: int
|
2022-12-01 21:03:13 -08:00
|
|
|
required: true
|
2020-12-12 12:35:52 -08:00
|
|
|
quick-release:
|
|
|
|
type: boolean
|
2023-05-28 23:59:48 -07:00
|
|
|
lazy:
|
|
|
|
type: boolean
|
2022-01-26 11:42:14 -08:00
|
|
|
ignore-modifiers:
|
|
|
|
type: boolean
|