summaryrefslogtreecommitdiffstats
path: root/docs/faq_debug.md
diff options
context:
space:
mode:
authorErin Call <hello@erincall.com>2017-11-12 17:23:36 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-12 17:51:12 +0100
commit392121b10e72cd2befe194cc14cd535e9515f05e (patch)
treeb20df90ccedd5b3196ff30754b3f671e4d98ad6a /docs/faq_debug.md
parent0533362e8205957493d52d4356aa20537a151118 (diff)
downloadqmk_firmware-392121b10e72cd2befe194cc14cd535e9515f05e.tar.gz
qmk_firmware-392121b10e72cd2befe194cc14cd535e9515f05e.tar.xz
Document the Teensy hardware reset problem
Diffstat (limited to 'docs/faq_debug.md')
-rw-r--r--docs/faq_debug.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/faq_debug.md b/docs/faq_debug.md
index 9ca51aa63..df35fbb98 100644
--- a/docs/faq_debug.md
+++ b/docs/faq_debug.md
@@ -159,6 +159,7 @@ byte Teensy(ATMega32u4) byte Teensy++(AT90SUB1286)
And see this discussion for further reference.
https://github.com/tmk/tmk_keyboard/issues/179
+If you are using a TeensyUSB, there is a [known bug](https://github.com/qmk/qmk_firmware/issues/164) in which the hardware reset button prevents the RESET key from working. Unplugging the keyboard and plugging it back in should resolve the problem.
## Special Extra key doesn't work(System, Audio control keys)
You need to define `EXTRAKEY_ENABLE` in `rules.mk` to use them in QMK.