Browse Source

[Docs] Add udev rule for Input Club bootloaders (#5494)

* Add udev rule for Input Club bootloaders

* match style with file name above udev rule
Rob Rogers 6 years ago
parent
commit
2519de92b5
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docs/faq_build.md

+ 6 - 0
docs/faq_build.md

@@ -36,6 +36,12 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", MODE:="066
 # tmk keyboard products     https://github.com/tmk/tmk_keyboard
 # tmk keyboard products     https://github.com/tmk/tmk_keyboard
 SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666"
 SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666"
 ```
 ```
+**/etc/udev/rules.d/54-input-club-keyboard.rules:**
+
+```
+# Input Club keyboard bootloader
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", MODE:="0666"
+```
 
 
 ### Serial device is not detected in bootloader mode on Linux
 ### Serial device is not detected in bootloader mode on Linux
 Make sure your kernel has appropriate support for your device. If your device uses USB ACM, such as
 Make sure your kernel has appropriate support for your device. If your device uses USB ACM, such as