Browse Source

Reword a note about the MANUFACTURER and PRODUCT defines in hardware_avr.md (#6558)

fauxpark 5 years ago
parent
commit
ddaf37ffa9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/hardware_avr.md

+ 1 - 1
docs/hardware_avr.md

@@ -78,7 +78,7 @@ Do change the `MANUFACTURER`, `PRODUCT`, and `DESCRIPTION` lines to accurately r
 #define DESCRIPTION     A custom keyboard
 #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
 ### Keyboard Matrix Configuration