]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated FAQ (markdown)
authortmk <tmk@users.noreply.github.com>
Tue, 22 Apr 2014 01:10:48 +0000 (18:10 -0700)
committertmk <tmk@users.noreply.github.com>
Tue, 22 Apr 2014 01:10:48 +0000 (18:10 -0700)
FAQ.md

diff --git a/FAQ.md b/FAQ.md
index c5fb2247b6797423be70d851debb7e27d0940abc..bc22fbf738aee7d2aa50a7d2be357c94600ff367 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -137,4 +137,10 @@ You need to define `EXTRAKEY_ENABLE` in **makefile** to use them in TMK.
 ```
 EXTRAKEY_ENABLE = yes          # Audio control and System control
 ```
-http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478-60.html#p157919
\ No newline at end of file
+http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478-60.html#p157919
+
+
+## Wakeup from sleep doesn't work
+In Windows check `Allow this device to wake the computer` setting in Power **Management property** tab of **Device Manager**. Also check BIOS setting.
+
+Pressing any key should wake host.
\ No newline at end of file