added tip block
This commit is contained in:
parent
c6a26cb9c7
commit
b7180f86e8
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ When a key location is pressed/released, the _highest-valued currently active_ l
|
|||
|
||||
Note that the _activation_ order isn't relevant for determining the priority of active layers, it is determined _only_ by the definition order.
|
||||
|
||||
:::tip
|
||||
If you wish to use multiple base layers (with a [toggle](../behaviors/layers.md#toggle-layer)), e.g. one for qwerty and another for colemak, you will want these layers to have the lowest value possible. In other words, one should be layer `0`, and the other should be layer `1`. This allows other momentary layers activated on top of them to work with both.
|
||||
:::
|
||||
|
||||
## Behavior Bindings
|
||||
|
||||
Binding a behavior at a certain key position may include up to two extra parameters that are used to
|
||||
|
|
Loading…
Add table
Reference in a new issue