summaryrefslogtreecommitdiffstats
path: root/docs/hardware_avr.md
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-10-22 19:13:08 +0200
committerJack Humbert <jack.humb@gmail.com>2018-10-22 20:56:25 +0200
commitab3fbfdb3b36533125f520b540212a88349ceae6 (patch)
tree015f006ffcc7c6e9e70dcb42fce9182067e1e4d4 /docs/hardware_avr.md
parent7e99d869deb57251dc15620beff34d5fd53066e4 (diff)
downloadqmk_firmware-ab3fbfdb3b36533125f520b540212a88349ceae6.tar.gz
qmk_firmware-ab3fbfdb3b36533125f520b540212a88349ceae6.tar.xz
Update hardware config warnings to be more accurate
Closes #3565
Diffstat (limited to 'docs/hardware_avr.md')
-rw-r--r--docs/hardware_avr.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_avr.md b/docs/hardware_avr.md
index 4d81a23d7..2c3652a02 100644
--- a/docs/hardware_avr.md
+++ b/docs/hardware_avr.md
@@ -66,7 +66,7 @@ Do change the `MANUFACTURER`, `PRODUCT`, and `DESCRIPTION` lines to accurately r
#define DESCRIPTION A custom keyboard
```
-?> Note: On Windows and macOS the `MANUFACTURER`, `PRODUCT`, and `DESCRIPTION` fields will be displayed in the list of USB devices. On Linux these values will not be visible in `lsusb`, since Linux takes that information from the list published by the USB-IF.
+?> Note: On Windows and macOS the `MANUFACTURER`, `PRODUCT`, and `DESCRIPTION` fields will be displayed in the list of USB devices. ?> On Linux these values will not be visible in lsusb by default, since Linux takes the information from the list maintained by [USB ID Repository](http://www.linux-usb.org/usb-ids.html) by default. lsusb will show the information reported by the device when executed with -v option. It is also present in kernel logs after plugging in the device.
### Keyboard Matrix Configuration