summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2020-11-12 11:01:06 +0000
committerPete Johanson <peter@peterjohanson.com>2020-11-16 17:32:51 -0500
commit6cf13f6b80547dc6cd3dffb98c091d284dece5bb (patch)
tree8a557b3b72ef41372345ae3be822d8c5cf7be244 /docs
parent6dcd06bd467abdfba1437e7aeffbe30b8e989463 (diff)
docs(key-press): Change `codes` to `usages`
`usages` is a more accurate term in this context.
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/behaviors/key-press.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/behaviors/key-press.md b/docs/docs/behaviors/key-press.md
index dcf1a13..873b3b0 100644
--- a/docs/docs/behaviors/key-press.md
+++ b/docs/docs/behaviors/key-press.md
@@ -19,7 +19,7 @@ The categories of supported codes are:
Please visit the [codes](../codes) section for a comprehensive list.
-For advanced users, user-defined HID codes are also supported but must be encoded, please see [`dt-bindings/zmk/keys.h`](https://github.com/zmkfirmware/zmk/blob/main/app/include/dt-bindings/zmk/keys.h) for further insight.
+For advanced users, user-defined HID usages are also supported but must be encoded, please see [`dt-bindings/zmk/keys.h`](https://github.com/zmkfirmware/zmk/blob/main/app/include/dt-bindings/zmk/keys.h) for further insight.
## Keycode Defines