Skip to content

Commit 642c5e0

Browse files
nmunnichcaksoylar
andcommitted
fixup! docs: Added documentation note on locking layers
Co-authored-by: Cem Aksoylar <[email protected]>
1 parent 5bfc4c1 commit 642c5e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/config/behaviors.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Applies to: `compatible = "zmk,behavior-momentary-layer"`
169169
| Property | Type | Description | Default |
170170
| ---------------- | ---- | --------------------------------------------------------------- | ------- |
171171
| `#binding-cells` | int | Must be `<1>` | |
172-
| `locking` | bool | Whether the behavior can lock and unlock layers in the on state | |
172+
| `locking` | bool | Whether the behavior can lock and unlock layers in the on state | false |
173173

174174
You can use the following node to tweak the default behavior:
175175

@@ -193,7 +193,7 @@ Applies to: `compatible = "zmk,behavior-layer-toggle"`
193193
| ---------------- | ---- | --------------------------------------------------------------- | ------- |
194194
| `#binding-cells` | int | Must be `<1>` | |
195195
| `toggle-mode` | | One of `on`, `off`, and `flip` | `flip` |
196-
| `locking` | bool | Whether the behavior can lock and unlock layers in the on state | |
196+
| `locking` | bool | Whether the behavior can lock and unlock layers in the on state | false |
197197

198198
You can use the following node to tweak the default behavior:
199199

@@ -216,7 +216,7 @@ Applies to: `compatible = "zmk,behavior-to-layer"`
216216
| Property | Type | Description | Default |
217217
| ---------------- | ---- | --------------------------------------------------------------- | ------- |
218218
| `#binding-cells` | int | Must be `<1>` | |
219-
| `locking` | bool | Whether the behavior can lock and unlock layers in the on state | |
219+
| `locking` | bool | Whether the behavior can lock and unlock layers in the on state | false |
220220

221221
You can use the following node to tweak the default behavior:
222222

0 commit comments

Comments
 (0)