Restored Troubleshooting.md and associated files

This commit is contained in:
kurtis-lew
2020-09-06 20:03:33 -07:00
parent bdeb6865e1
commit cb95b9f11a
5 changed files with 39 additions and 1 deletions

View File

@@ -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: <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>`.
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.
@@ -59,4 +64,4 @@ Example:
```
&cp M_PREV
```
```