From b7180f86e871f69149257651ea3dbbf35bd6bfc4 Mon Sep 17 00:00:00 2001 From: Nicolas Munnich Date: Thu, 25 Jul 2024 21:18:29 +0200 Subject: [PATCH] added tip block --- docs/docs/features/keymaps.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/features/keymaps.mdx b/docs/docs/features/keymaps.mdx index f51fe514..6d67f216 100644 --- a/docs/docs/features/keymaps.mdx +++ b/docs/docs/features/keymaps.mdx @@ -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