aboutsummaryrefslogtreecommitdiff
path: root/docs/faq_build.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/faq_build.md')
-rw-r--r--docs/faq_build.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/faq_build.md b/docs/faq_build.md
index 45d9439b4..0c1bedd71 100644
--- a/docs/faq_build.md
+++ b/docs/faq_build.md
@@ -36,6 +36,12 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", MODE:="066
36# tmk keyboard products https://github.com/tmk/tmk_keyboard 36# tmk keyboard products https://github.com/tmk/tmk_keyboard
37SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666" 37SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666"
38``` 38```
39**/etc/udev/rules.d/54-input-club-keyboard.rules:**
40
41```
42# Input Club keyboard bootloader
43SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", MODE:="0666"
44```
39 45
40### Serial device is not detected in bootloader mode on Linux 46### Serial device is not detected in bootloader mode on Linux
41Make sure your kernel has appropriate support for your device. If your device uses USB ACM, such as 47Make sure your kernel has appropriate support for your device. If your device uses USB ACM, such as