aboutsummaryrefslogtreecommitdiff
path: root/docs/faq_debug.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/faq_debug.md')
-rw-r--r--docs/faq_debug.md14
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
35Just use 'sudo' to execute *hid_listen* with privilege.
36```
37$ sudo hid_listen
38```
39
40Or add an *udev rule* for TMK devices with placing a file in rules directory. The directory may vary on each system.
41
42File: /etc/udev/rules.d/52-tmk-keyboard.rules(in case of Ubuntu)
43```
44# tmk keyboard products https://github.com/tmk/tmk_keyboard
45SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666"
46```
47
48*** 34***
49 35
50# Miscellaneous 36# Miscellaneous