commit: 95c74b6276c95fab5e04e22b1f1cd30aedead6fa
parent 6facb7a079740f975c41c9ae8d95f0735097933e
Author: jack <jack@pngu.org>
Date: Wed, 8 Jan 2025 04:13:04 +0100
[Docs] Fix wording in Mod Tap documentation (#24796)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/mod_tap.md b/docs/mod_tap.md
@@ -2,7 +2,7 @@
The Mod-Tap key `MT(mod, kc)` acts like a modifier when held, and a regular keycode when tapped. In other words, you can have a key that sends Escape when you tap it, but functions as a Control or Shift key when you hold it down.
-The modifiers this keycode and `OSM()` accept are prefixed with `MOD_`, not `KC_`:
+The modifiers (`mod`) argument to the `MT()` macro are prefixed with `MOD_`, not `KC_`:
|Modifier |Description |
|----------|----------------------------------------|