diff options
-rw-r--r-- | docs/docs/behavior/key-press.md | 2 |
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 |