]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated FAQ (markdown)
authortmk <tmk@users.noreply.github.com>
Sat, 1 Mar 2014 02:09:22 +0000 (18:09 -0800)
committertmk <tmk@users.noreply.github.com>
Sat, 1 Mar 2014 02:09:22 +0000 (18:09 -0800)
FAQ.md

diff --git a/FAQ.md b/FAQ.md
index 3fb7ab349adc7a307ce00ff63858f2d8b2372514..9200dfa1605acb092d9e8c67d6050cdbf2ff4915 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -14,11 +14,11 @@ Check if you can't get this 'Listening:' message:
 
 ## Can't get message from console
 Check:
-- the device is connected to *hid_listen*. See above.
+- connect the device to *hid_listen*. See above.
 - push **LShift+RShift+d** to enable debug. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands).
-- `debug_enable=yes` Usually in `matrix_init()` in **matrix.c**.
+- set `debug_enable=yes` usually in `matrix_init()` in **matrix.c**.
 - try using 'print' function instead of debug print. See **common/print.h**.
-- Disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97).
+- disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97).
 
 ***