]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Reword a note about the MANUFACTURER and PRODUCT defines in hardware_avr.md (#6558)
authorfauxpark <fauxpark@gmail.com>
Sat, 17 Aug 2019 18:41:55 +0000 (04:41 +1000)
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Sat, 17 Aug 2019 18:41:55 +0000 (11:41 -0700)
docs/hardware_avr.md

index c6987d1bdf91ecd3acbe03d153098df57245a2f1..0c1b31bb26a1ed4d6159b0a79d8a3f672c9087ad 100644 (file)
@@ -78,7 +78,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 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.
+?> Windows and macOS will display the `MANUFACTURER` and `PRODUCT` in the list of USB devices. `lsusb` on Linux instead takes these from the list maintained by the [USB ID Repository](http://www.linux-usb.org/usb-ids.html) by default. `lsusb -v` will show the values reported by the device, and they are also present in kernel logs after plugging it in.
 
 ### Keyboard Matrix Configuration