summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2020-11-05 14:34:04 +0000
committerPete Johanson <peter@peterjohanson.com>2020-11-05 11:47:34 -0500
commit5f83568a93bbbf07bed6e710ba8c44e45b955ec5 (patch)
tree09e8495e4d38190dda72888ed6b7e02ce6e13dfb
parentc6abdb1890501a19cf9ef859639fec2839d820f0 (diff)
docs(key press): Replace deprecated `NUM_1` with `N1`
This should've been changed in: b8f6d52ae521993c736bdbeaa9cbf63a4de37a5e
-rw-r--r--docs/docs/behavior/key-press.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/behavior/key-press.md b/docs/docs/behavior/key-press.md
index 7eb245d..56b6a49 100644
--- a/docs/docs/behavior/key-press.md
+++ b/docs/docs/behavior/key-press.md
@@ -20,7 +20,7 @@ provided by ZMK near the top:
#include <dt-bindings/zmk/keys.h>
```
-Doing so makes a set of defines such as `A`, `NUM_1`, etc. available for use with these behaviors
+Doing so makes a set of defines such as `A`, `N1`, etc. available for use with these behaviors
:::note
There is an [open issue](https://github.com/zmkfirmware/zmk/issues/21) to provide a more comprehensive, and