From 5f83568a93bbbf07bed6e710ba8c44e45b955ec5 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Thu, 5 Nov 2020 14:34:04 +0000 Subject: [PATCH] docs(key press): Replace deprecated `NUM_1` with `N1` This should've been changed in: b8f6d52ae521993c736bdbeaa9cbf63a4de37a5e --- docs/docs/behavior/key-press.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/behavior/key-press.md b/docs/docs/behavior/key-press.md index 7eb245dc..56b6a493 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 ``` -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