diff options
Diffstat (limited to 'docs/hardware_avr.md')
-rw-r--r-- | docs/hardware_avr.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/hardware_avr.md b/docs/hardware_avr.md index 770817045..be6932406 100644 --- a/docs/hardware_avr.md +++ b/docs/hardware_avr.md | |||
@@ -66,9 +66,7 @@ Do change the `MANUFACTURER`, `PRODUCT`, and `DESCRIPTION` lines to accurately r | |||
66 | #define DESCRIPTION A custom keyboard | 66 | #define DESCRIPTION A custom keyboard |
67 | ``` | 67 | ``` |
68 | 68 | ||
69 | {% hint style='info' %} | 69 | ?> 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. |
70 | 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. | ||
71 | {% endhint %} | ||
72 | 70 | ||
73 | ### Keyboard Matrix Configuration | 71 | ### Keyboard Matrix Configuration |
74 | 72 | ||