feat(sticky keys): initial implementation
This commit is contained in:
parent
bee45f9b3a
commit
76a6d7b4c5
27 changed files with 467 additions and 0 deletions
15
app/dts/bindings/behaviors/zmk,behavior-sticky-key.yaml
Normal file
15
app/dts/bindings/behaviors/zmk,behavior-sticky-key.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue