diff options
author | Caleb Lightfoot <caleblightfoot05@gmail.com> | 2020-11-07 18:36:01 -0600 |
---|---|---|
committer | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-11-17 20:56:27 +0000 |
commit | 4a8a6c58fbb6fa874142a0ad85613155c24c5e02 (patch) | |
tree | ff9771b4aac5406d3bb1ef090b12dcdc53ded66e | |
parent | f60439802ddd44ffec9d5081e2c1ea43e5ef5358 (diff) |
docs: Remove outdated HID note
Removed outdated HID note from key-press.md
-rw-r--r-- | docs/docs/behaviors/key-press.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/docs/behaviors/key-press.md b/docs/docs/behaviors/key-press.md index 873b3b0..46a3847 100644 --- a/docs/docs/behaviors/key-press.md +++ b/docs/docs/behaviors/key-press.md @@ -33,11 +33,6 @@ provided by ZMK near the top: 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 -complete set of defines for the full keypad and consumer usage pages in the future for ZMK. -::: - ### Improperly defined keymap - `dtlib.DTError: <board>.dts.pre.tmp:<line number>` 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>`. |