From b38da98219948aa5e75b1cf0eb5cf03418215b6a Mon Sep 17 00:00:00 2001 From: kurtis-lew Date: Wed, 2 Sep 2020 19:07:05 -0700 Subject: [PATCH] Referenced dtlib.DTError in keypress page --- docs/docs/behavior/key-press.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/behavior/key-press.md b/docs/docs/behavior/key-press.md index f58225d7..6b4db362 100644 --- a/docs/docs/behavior/key-press.md +++ b/docs/docs/behavior/key-press.md @@ -27,6 +27,11 @@ There is an [open issue](https://github.com/zmkfirmware/zmk/issues/21) to provid complete set of defines for the full keypad and consumer usage pages in the future for ZMK. ::: +### Improperly defined keymap - `dtlib.DTError: .dts.pre.tmp:` + +When compiling firmware from a keymap, it may be common to encounter an error in the form of a`dtlib.DTError: .dts.pre.tmp:`. +For instructions to resolve such an error, click [here](../troubleshooting###Improperly-defined-keymap) + ## Keypad Key Press The "keypad key press" behavior sends standard keypad keycodes on press/release.