@@ -169,7 +169,7 @@ Applies to: `compatible = "zmk,behavior-momentary-layer"`
169
169
| Property | Type | Description | Default |
170
170
| ---------------- | ---- | --------------------------------------------------------------- | ------- |
171
171
| ` #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 |
173
173
174
174
You can use the following node to tweak the default behavior:
175
175
@@ -193,7 +193,7 @@ Applies to: `compatible = "zmk,behavior-layer-toggle"`
193
193
| ---------------- | ---- | --------------------------------------------------------------- | ------- |
194
194
| ` #binding-cells ` | int | Must be ` <1> ` | |
195
195
| ` 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 |
197
197
198
198
You can use the following node to tweak the default behavior:
199
199
@@ -216,7 +216,7 @@ Applies to: `compatible = "zmk,behavior-to-layer"`
216
216
| Property | Type | Description | Default |
217
217
| ---------------- | ---- | --------------------------------------------------------------- | ------- |
218
218
| ` #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 |
220
220
221
221
You can use the following node to tweak the default behavior:
222
222
0 commit comments