From b9319e73e098a2416c2127072cca7d06b00d22d2 Mon Sep 17 00:00:00 2001 From: Michael van Eerd Date: Tue, 6 Apr 2021 21:45:15 +0200 Subject: [PATCH] comment, simplify description --- docs/docs/features/combos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/features/combos.md b/docs/docs/features/combos.md index 8ea5fabd..1c92bb5c 100644 --- a/docs/docs/features/combos.md +++ b/docs/docs/features/combos.md @@ -27,7 +27,7 @@ Combos configured in your `.keymap` file, but are separate from the `keymap` nod - The `compatible` property should always be `"zmk,combos"` for combos. - `timeout-ms` is the number of milliseconds that all keys of the combo must be pressed. - `key-positions` is an array of key positions. See the info section below about how to figure out the positions on your board. -- `layers = <0 1...>` will allow limiting a combo to specific layers. This is an _optional_ parameter, when omitted it defaults to `-1` which is global scope. +- `layers = <0 1...>` will allow limiting a combo to specific layers. This is an _optional_ parameter, when omitted it defaults to the global scope. - `bindings` is the behavior that is activated when the behavior is pressed. - (advanced) you can specify `slow-release` if you want the combo binding to be released when all key-positions are released. The default is to release the combo as soon as any of the keys in the combo is released.