diff options
author | fauxpark <fauxpark@gmail.com> | 2019-08-24 16:38:21 +1000 |
---|---|---|
committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-08-23 23:38:21 -0700 |
commit | fb7c65dc34b3001617635e6afd10480f2770522d (patch) | |
tree | 5d63d38e077788e055bc66b356bc98d7e557725e /docs/_summary.md | |
parent | 064d9da93e8055d95717823aefd2b88289374c12 (diff) | |
download | qmk_firmware-fb7c65dc34b3001617635e6afd10480f2770522d.tar.gz qmk_firmware-fb7c65dc34b3001617635e6afd10480f2770522d.zip |
Add Zadig 101 to docs (#6585)
* Add Zadig 101 to docs
* Add USBasp bootloader name
* Add links to the page
* Note the usual VIDs and PIDs for the bootloaders
* Add "List All Devices" note, just in case
* Talk about keyboard-specific bootloader procedures
* Send users to the new page in "Unknown Device for DFU Bootloader" section
* Halfkay bootloaders are also an exception here
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 56184f44de..95286ff46c 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -18,6 +18,7 @@ * [Build/Compile QMK](faq_build.md) * [Debugging/Troubleshooting QMK](faq_debug.md) * [Keymap](faq_keymap.md) + * [Driver Installation with Zadig](driver_installation_zadig.md) * Detailed Guides * [Install Build Tools](getting_started_build_tools.md) |