diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-07-13 13:33:44 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-13 13:33:44 -0700 |
commit | 421125211741993ba874068dadf4ab371d4d13de (patch) | |
tree | 765a00a604cf351d0e054bbd8a362b9c0210424e | |
parent | 0694decfa1254703690cd11ee5996e8a1a09b8a1 (diff) |
[Docs] Fix indented subheading on faq_debug.md (#6320)
-rw-r--r-- | docs/faq_debug.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/faq_debug.md b/docs/faq_debug.md index 7c1690d13f..f6cc729b61 100644 --- a/docs/faq_debug.md +++ b/docs/faq_debug.md @@ -87,6 +87,7 @@ Size after: - EEPROM has around a 100000 write cycle. You shouldn't rewrite the firmware repeatedly and continually; that'll burn the EEPROM eventually. + ## NKRO Doesn't work First you have to compile firmware with this build option `NKRO_ENABLE` in **Makefile**. |