diff options
author | tmk <tmk@users.noreply.github.com> | 2014-04-21 18:10:48 -0700 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2014-04-21 18:10:48 -0700 |
commit | 6fc76b224bd273a7ec54d92e165406802727f401 (patch) | |
tree | 7e31cf2136534a9cee2347f8c30735b400558ec3 /FAQ.md | |
parent | 7963233140f472a12d3f67db7444ac8b8b2bec53 (diff) | |
download | qmk_firmware-6fc76b224bd273a7ec54d92e165406802727f401.tar.gz qmk_firmware-6fc76b224bd273a7ec54d92e165406802727f401.zip |
Updated FAQ (markdown)
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |