mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 22:44:56 +00:00
Created FAQ (markdown)
This commit is contained in:
parent
1a0be5e750
commit
7a8e9cc136
1 changed files with 18 additions and 0 deletions
18
FAQ.md
Normal file
18
FAQ.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue