cfd0d3d81a
To combine multiple sticky modifiers, the sticky keys must ignore other (sticky) modifier keypresses. This behavior is important for "callum-style mods", where all modifiers are sticky mods. Fixes #829
19 lines
341 B
YAML
19 lines
341 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
|
|
ignore-modifiers:
|
|
type: boolean
|