summaryrefslogtreecommitdiffstats
path: root/docs/feature_haptic_feedback.md
diff options
context:
space:
mode:
authorPurdea Andrei <andrei@purdea.ro>2021-10-03 22:02:05 +0300
committerGitHub <noreply@github.com>2021-10-03 12:02:05 -0700
commiteb5b24f97c8ab5f9ca85a5bbb60b3b806e1507e6 (patch)
tree5a432a1b87747eef45a5a35f5827e7cc5ae1a1c2 /docs/feature_haptic_feedback.md
parent5ce2bb83ce6fd2448be4880e44068217c4e5b2de (diff)
Add LM() keys to the list of keys disabled by NO_HAPTIC_MOD (#14181)
Diffstat (limited to 'docs/feature_haptic_feedback.md')
-rw-r--r--docs/feature_haptic_feedback.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_haptic_feedback.md b/docs/feature_haptic_feedback.md
index 1f36f5b054..a12bb4bcd0 100644
--- a/docs/feature_haptic_feedback.md
+++ b/docs/feature_haptic_feedback.md
@@ -172,6 +172,7 @@ With the entry of `#define NO_HAPTIC_MOD` in config.h, the following keys will n
* Usual modifier keys such as Control/Shift/Alt/Gui (For example `KC_LCTRL`)
* `MO()` momentary keys. See also [Layers](feature_layers.md).
+* `LM()` momentary keys with mod active.
* `LT()` layer tap keys, when held to activate a layer. However when tapped, and the key is quickly released, and sends a keycode, haptic feedback is still triggered.
* `TT()` layer tap toggle keys, when held to activate a layer. However when tapped `TAPPING_TOGGLE` times to permanently toggle the layer, on the last tap haptic feedback is still triggered.
* `MT()` mod tap keys, when held to keep a usual modifier key pressed. However when tapped, and the key is quickly released, and sends a keycode, haptic feedback is still triggered. See also [Mod-Tap](mod_tap.md).