summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2020-11-21 20:06:19 +0000
committerPete Johanson <peter@peterjohanson.com>2020-11-21 15:23:11 -0500
commit3ebd192411c347ad0bf4859a63206efb6b730c29 (patch)
tree5ce60c4a624526f42ce3e923f63be30afdbff965
parentadfa46a9eebb502b2d6fa13ef7e405ff91a7e205 (diff)
docs(key-press): remove references to `key press`
This was obsoleted by eff1b8223b5010d526914530c5d1d469eff356df
-rw-r--r--docs/docs/behaviors/key-press.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docs/behaviors/key-press.md b/docs/docs/behaviors/key-press.md
index 46a3847..859c797 100644
--- a/docs/docs/behaviors/key-press.md
+++ b/docs/docs/behaviors/key-press.md
@@ -38,14 +38,14 @@ Doing so makes a set of defines such as `A`, `N1`, etc. available for use with t
When compiling firmware from a keymap, it may be common to encounter an error in the form of a`dtlib.DTError: <board>.dts.pre.tmp:<line number>`.
For instructions to resolve such an error, click [here](../troubleshooting###Improperly-defined-keymap)
-## Keypad Key Press
+## Key Press
-The "keypad key press" behavior sends standard keypad keycodes on press/release.
+The "key press" behavior sends standard keycodes on press/release.
### Behavior Binding
- Reference: `&kp`
-- Parameter: The keycode usage ID from the keypad usage page, e.g. `4` or `A`
+- Parameter: The keycode usage ID from the usage page, e.g. `4` or `A`
Example: