summaryrefslogtreecommitdiff
path: root/docs/hardware_avr.md
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-08-18 04:41:55 +1000
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-08-17 11:41:55 -0700
commitddaf37ffa98683be925ae7c396c55f336dce4ad2 (patch)
treeec2eed93511b030a1df6d897ba2236982433bb88 /docs/hardware_avr.md
parent683605a9dc285c5e8f6328ec81a29505892287b7 (diff)
Reword a note about the MANUFACTURER and PRODUCT defines in hardware_avr.md (#6558)
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 c6987d1bdf..0c1b31bb26 100644
--- a/docs/hardware_avr.md
+++ b/docs/hardware_avr.md
@@ -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