diff options
author | kurtis-lew <kurtis.a.lew@gmail.com> | 2020-09-06 20:13:45 -0700 |
---|---|---|
committer | kurtis-lew <kurtis.a.lew@gmail.com> | 2020-09-06 20:13:45 -0700 |
commit | 336cae9d0fd0aa84a30768f2629bbbf357e8cdaa (patch) | |
tree | 0e27ed32f56e2bb84e01c9b6cfbfe103d6fa65a9 /docs | |
parent | cb95b9f11a687cb165adaffdeed866e80c7fdc7b (diff) |
Adjusted lines to fix caption format
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/troubleshooting.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md index cecee25..61c6e79 100644 --- a/docs/docs/troubleshooting.md +++ b/docs/docs/troubleshooting.md @@ -24,9 +24,8 @@ This can be verified by checking the file in question, found in `mkdir/app/build After opening the `<board>.dts.pre.tmp:<line number>` and scrolling down to the referenced line, one can locate errors within their shield's keymap by checking if the referenced keycodes were properly converted into the correct [USB HID Usage ID](https://www.usb.org/document-library/hid-usage-tables-12). | ![Unhealthy Keymap Temp](../docs/assets/troubleshooting/keymaps/unhealthyEDIT.png) | -| :-------------------------------------------------------------------------------: | -| An incorrectly defined keymap unable to compile. As shown in red, `&kp SPAC` is not a valid -reference to the [USB HID Usage ID](https://www.usb.org/document-library/hid-usage-tables-12) used for "Keyboard Spacebar" | +| :-------------------------------------------------------------------------------: | +| An incorrectly defined keymap unable to compile. As shown in red, `&kp SPAC` is not a valid reference to the [USB HID Usage ID](https://www.usb.org/document-library/hid-usage-tables-12) used for "Keyboard Spacebar" | | ![Healthy Keymap Temp](../docs/assets/troubleshooting/keymaps/healthyEDIT.png) | | :-------------------------------------------------------------------------------: | |