From 879cff75957c7a47eb6b48eeb137b5e8386a1d3a Mon Sep 17 00:00:00 2001 From: Steven Sheldon Date: Thu, 8 May 2025 11:43:48 -0700 Subject: [PATCH] docs: Document the default flavor of layer-tap (#2937) --- docs/docs/keymaps/behaviors/hold-tap.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/keymaps/behaviors/hold-tap.mdx b/docs/docs/keymaps/behaviors/hold-tap.mdx index a929db83b0..755230a29f 100644 --- a/docs/docs/keymaps/behaviors/hold-tap.mdx +++ b/docs/docs/keymaps/behaviors/hold-tap.mdx @@ -53,7 +53,9 @@ Note that you can also [define a custom hold-tap](#custom-hold-tap-examples) and ## Layer-Tap -The "layer-tap" behavior works identically to the mod-tap behavior, but instead of outputting one of two keys, it activates a specified layer as its "hold" action. +The "layer-tap" behavior works similarly to the mod-tap behavior, but instead of outputting one of two keys, it activates a specified layer as its "hold" action. + +By default, layer-tap is configured with the ["tap-preferred" `flavor`](#interrupt-flavors). ### Behavior Binding