]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated FAQ (markdown)
authortmk <wakojun+tmk@gmail.com>
Mon, 3 Nov 2014 02:02:12 +0000 (18:02 -0800)
committertmk <wakojun+tmk@gmail.com>
Mon, 3 Nov 2014 02:02:12 +0000 (18:02 -0800)
FAQ.md

diff --git a/FAQ.md b/FAQ.md
index 5e17865e71a6b640c09b4144e52f4ab6a8866276..a73176b479987321eafb93345b68c54682f0ca61 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -76,7 +76,7 @@ http://geekhack.org/index.php?topic=57008.msg1492604#msg1492604
 \r
 \r
 # Degug Console\r
-## hid_listen can't find device\r
+## hid_listen can't recognize device\r
 When debug console of your device is not ready you will see like this:\r
 \r
     Waiting for device:.........\r
@@ -91,14 +91,14 @@ Check if you can't get this 'Listening:' message:
 \r
 ## Can't get message on console\r
 Check:\r
-- connect the device to *hid_listen*. See above.\r
-- push **LShift+RShift+d** to enable debug. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands).\r
+- *hid_listen* finds your device. See above.\r
+- Enable debug with pressing **Magic**+d. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands).\r
 - set `debug_enable=yes` usually in `matrix_init()` in **matrix.c**.\r
 - try using 'print' function instead of debug print. See **common/print.h**.\r
 - disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97).\r
 \r
 ## Linux or UNIX like system requires Super User privilege\r
-Just use 'sudo' to execute 'hid_listen' with privilege.\r
+Just use 'sudo' to execute *hid_listen* with privilege.\r
 ```\r
 $ sudo hid_listen\r
 ```\r