feat: Allow layer behaviors to "lock" layers on (#2717)
* refactor(core)!: Allow layer behaviors to "lock" layers on Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com> * docs: Added documentation note on locking layers Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com> --------- Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
parent
f9be3ed9c0
commit
5138c6fb14
34 changed files with 433 additions and 75 deletions
|
|
@ -6,3 +6,8 @@ description: To Layer
|
|||
compatible: "zmk,behavior-to-layer"
|
||||
|
||||
include: one_param.yaml
|
||||
|
||||
properties:
|
||||
locking:
|
||||
type: boolean
|
||||
description: Whether to "lock" the layer active, preventing behaviors without the "locking" property from deactivating the layer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue