aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/faq_build.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/faq_build.md b/docs/faq_build.md
index 14c61a1e9..d920d27e2 100644
--- a/docs/faq_build.md
+++ b/docs/faq_build.md
@@ -37,6 +37,10 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", MODE:="066
37SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666" 37SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666"
38``` 38```
39 39
40### 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
42Pro Micro (Atmega32u4), make sure to include `CONFIG_USB_ACM=y`. Other devices may require `USB_SERIAL` and any of its sub options.
43
40## Unknown Device for DFU Bootloader 44## Unknown Device for DFU Bootloader
41 45
42If you're using Windows to flash your keyboard, and you are running into issues, check the Device Manager. If you see an "Unknown Device" when the keyboard is in "bootloader mode", then you may have a driver issue. 46If you're using Windows to flash your keyboard, and you are running into issues, check the Device Manager. If you see an "Unknown Device" when the keyboard is in "bootloader mode", then you may have a driver issue.