diff options
author | skullY <skullydazed@gmail.com> | 2018-05-07 22:40:57 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-05-07 22:46:26 -0700 |
commit | 303f425c6b4f9ab6056f863e515c71c9325f2bfa (patch) | |
tree | 150c9eba72bc40cf2d9a101d4a606156ea54cd0b /docs/hardware_avr.md | |
parent | 9e5676650ec4ae71565201871c1aaf05e96a756b (diff) | |
download | qmk_firmware-303f425c6b4f9ab6056f863e515c71c9325f2bfa.tar.gz qmk_firmware-303f425c6b4f9ab6056f863e515c71c9325f2bfa.zip |
Fix up info boxes.
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 | ||