diff options
author | Okke Formsma <okke@formsma.nl> | 2020-12-12 21:35:52 +0100 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-01-28 17:10:04 -0500 |
commit | c925cf02dd1999c0e968ead7652956e5e1925875 (patch) | |
tree | 0040ab144a3c7d1ca176539116b37ebbca308a7c /app/dts/bindings | |
parent | a89d8a6ea425e28856e762bd4db50a6a40ef58e8 (diff) |
feature(sticky_keys): add quick-release
when quick-release is enabled, the sticky key is released immediately after another key is pressed
Diffstat (limited to 'app/dts/bindings')
-rw-r--r-- | app/dts/bindings/behaviors/zmk,behavior-sticky-key.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/dts/bindings/behaviors/zmk,behavior-sticky-key.yaml b/app/dts/bindings/behaviors/zmk,behavior-sticky-key.yaml index df9c423..1c2ab7f 100644 --- a/app/dts/bindings/behaviors/zmk,behavior-sticky-key.yaml +++ b/app/dts/bindings/behaviors/zmk,behavior-sticky-key.yaml @@ -13,3 +13,5 @@ properties: required: true release-after-ms: type: int + quick-release: + type: boolean |