Skip to content

Commit

Permalink
[Docs] Fix wording in Mod Tap documentation (#24796)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored Jan 8, 2025
1 parent 6facb7a commit 95c74b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mod_tap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|----------|----------------------------------------|
Expand Down

0 comments on commit 95c74b6

Please sign in to comment.