From 23c6af02c278956db144f61023ee7470998313f0 Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 17 Dec 2015 12:28:56 +0900 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FAQ.md b/FAQ.md index d033e026b..741361a6c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -220,3 +220,13 @@ I heard some people have a problem with USB 3 port, try USB 2 port. ## Mac compatibility ### OS X 10.11 and Hub https://geekhack.org/index.php?topic=14290.msg1884034#msg1884034 + + +## Problem on BIOS(UEFI)/Resume(Sleep&Wake)/Power cycles +Some people reported their keyboard stops working on BIOS and/or after resume(power cycles). + +As of now root of its cause is not clear but some build options seem to be related. In Makefile try to disable those options like `CONSOLE_ENABLE`, `NKRO_ENABLE`, `SLEEP_LED_ENABLE` and/or others. + +https://github.com/tmk/tmk_keyboard/issues/266 +https://geekhack.org/index.php?topic=41989.msg1967778#msg1967778 +