diff options
author | fauxpark <fauxpark@gmail.com> | 2019-12-12 06:33:10 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-12-11 11:33:09 -0800 |
commit | 770a4ee7291095aaa6548d3e988633bf2ae6e6c0 (patch) | |
tree | 77f927d380d9f3b356c4a96dfa789980a26b47d2 /docs/faq_build.md | |
parent | ccda62616d422ae6df810b6fd68fc8e61002e278 (diff) | |
download | qmk_firmware-770a4ee7291095aaa6548d3e988633bf2ae6e6c0.tar.gz qmk_firmware-770a4ee7291095aaa6548d3e988633bf2ae6e6c0.zip |
[Docs] Remove some outdated FAQ items (#7607)
Diffstat (limited to 'docs/faq_build.md')
-rw-r--r-- | docs/faq_build.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/faq_build.md b/docs/faq_build.md index 4c91cb28b1..b2e448306a 100644 --- a/docs/faq_build.md +++ b/docs/faq_build.md @@ -87,10 +87,6 @@ Re-running the QMK installation script (`./util/qmk_install.sh` from the `qmk_fi If that doesn't work, then you may need to download and run Zadig. See [Bootloader Driver Installation with Zadig](driver_installation_zadig.md) for more detailed information. -## WINAVR is Obsolete -It is no longer recommended and may cause some problem. -See [TMK Issue #99](https://github.com/tmk/tmk_keyboard/issues/99). - ## USB VID and PID You can use any ID you want with editing `config.h`. Using any presumably unused ID will be no problem in fact except for very low chance of collision with other product. |