From: tmk Date: Sat, 1 Mar 2014 01:42:00 +0000 (-0800) Subject: Created FAQ (markdown) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7a8e9cc13699391ebb923119b4e4f92492adab04;p=qmk_firmware.git Created FAQ (markdown) --- diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 000000000..94782630f --- /dev/null +++ b/FAQ.md @@ -0,0 +1,18 @@ +# Degug Console +## 'hid_listen' can't find device +When debug console of your device is not ready you will see like this: + + Waiting for device:......... + +once the device is pluged in then 'hid_listen' finds it you will get this message: + + Waiting for new device:......................... + Listening: + +Check these if you can't get this 'Listening:' message: +- build with 'CONSOLE_ENABLE=yes' in Makefile + + +# NKRO + +# PS/2 mouse support \ No newline at end of file