diff options
| author | stein3 <stein3@gmail.com> | 2020-10-06 07:15:41 -0700 |
|---|---|---|
| committer | stein3 <stein3@gmail.com> | 2020-10-06 07:15:41 -0700 |
| commit | 2e402741a89c5eec8cf30c966ce6f36d6ec9249b (patch) | |
| tree | 3592e8c5e6bd19943ae55db7fc02a5f755afbb51 /docs/faq_debug.md | |
| parent | 3e5e4f74272c610bb9fa737f674f8e65ed6100ca (diff) | |
| parent | 2013f6313430b977e557e482d30daa279a46e75d (diff) | |
| download | qmk_firmware-2e402741a89c5eec8cf30c966ce6f36d6ec9249b.tar.gz qmk_firmware-2e402741a89c5eec8cf30c966ce6f36d6ec9249b.zip | |
Merge branch 'master' into meteor
Diffstat (limited to 'docs/faq_debug.md')
| -rw-r--r-- | docs/faq_debug.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/faq_debug.md b/docs/faq_debug.md index 08c84fe4f..7d5473678 100644 --- a/docs/faq_debug.md +++ b/docs/faq_debug.md | |||
| @@ -31,20 +31,6 @@ Check: | |||
| 31 | - try using 'print' function instead of debug print. See **common/print.h**. | 31 | - try using 'print' function instead of debug print. See **common/print.h**. |
| 32 | - disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97). | 32 | - disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97). |
| 33 | 33 | ||
| 34 | ## Linux or UNIX Like System Requires Super User Privilege | ||
| 35 | Just use 'sudo' to execute *hid_listen* with privilege. | ||
| 36 | ``` | ||
| 37 | $ sudo hid_listen | ||
| 38 | ``` | ||
| 39 | |||
| 40 | Or add an *udev rule* for TMK devices with placing a file in rules directory. The directory may vary on each system. | ||
| 41 | |||
| 42 | File: /etc/udev/rules.d/52-tmk-keyboard.rules(in case of Ubuntu) | ||
| 43 | ``` | ||
| 44 | # tmk keyboard products https://github.com/tmk/tmk_keyboard | ||
| 45 | SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666" | ||
| 46 | ``` | ||
| 47 | |||
| 48 | *** | 34 | *** |
| 49 | 35 | ||
| 50 | # Miscellaneous | 36 | # Miscellaneous |
