From 543db33f5fafd4b87aa4b60a70c3f3b48df2c0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20M=C3=BCnnich?= Date: Wed, 24 Dec 2025 22:49:02 +0000 Subject: [PATCH] docs: Also remove the erroneous default value for layers property in combos config --- docs/docs/config/combos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/config/combos.md b/docs/docs/config/combos.md index 8fd0e8048..b8203cb4e 100644 --- a/docs/docs/config/combos.md +++ b/docs/docs/config/combos.md @@ -32,4 +32,4 @@ Each child node can have the following properties: | `timeout-ms` | int | All the keys in `key-positions` must be pressed within this time in milliseconds to trigger the combo | 50 | | `require-prior-idle-ms` | int | If any non-modifier key is pressed within `require-prior-idle-ms` before a key in the combo, the key will not be considered for the combo | -1 (disabled) | | `slow-release` | bool | Releases the combo when all keys are released instead of when any key is released | false | -| `layers` | array | A list of layers on which the combo may be triggered. Omission of this property allows all layers. | `<-1>` | +| `layers` | array | A list of layers on which the combo may be triggered. Omission of this property allows all layers. | |