diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-01-28 17:31:33 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-28 17:31:33 -0800 |
commit | efe360464d0df68e5096d7339e2279b4c77685fd (patch) | |
tree | 0252bd7e4bc1f4ab3f18f12835939f78ba487ee2 /docs/newbs.md | |
parent | c30155343fbdd0ef1d1fc07a60ddbaee668fab80 (diff) |
Contribute the MechMerlin QMK Configurator docs (#4986)
* first pass at configurator docs
* edit existing docs to make reference to QMK Configurator
* contribute my own newb guide to QMK officially from https://github.com/mechmerlin/qmk_setup/blob/master/qmk_configurator.md
* Update docs/newbs_building_firmware_configurator.md
Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>
* Update docs/newbs_building_firmware_configurator.md
Big red box!
Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>
* Update docs/newbs_building_firmware_configurator.md
Big red box
Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>
* Update docs/newbs_building_firmware_configurator.md
Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>
* Update docs/newbs_building_firmware_configurator.md
Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>
* Update docs/newbs_building_firmware_configurator.md
Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>
* Update docs/newbs_building_firmware_configurator.md
Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>
Diffstat (limited to 'docs/newbs.md')
-rw-r--r-- | docs/newbs.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/newbs.md b/docs/newbs.md index 4f115c3c78..904a529455 100644 --- a/docs/newbs.md +++ b/docs/newbs.md @@ -6,10 +6,11 @@ Not sure if your keyboard can run QMK? If it's a mechanical keyboard you built y ## Overview -There are 6 main sections to this guide: +There are 7 main sections to this guide: * [Getting Started](newbs_getting_started.md) -* [Building Your First Firmware](newbs_building_firmware.md) +* [Building Your First Firmware using the command line](newbs_building_firmware.md) +* [Building Your First Firmware using the online GUI](newbs_building_firmware_configurator.md) * [Flashing Firmware](newbs_flashing.md) * [Testing and Debugging](newbs_testing_debugging.md) * [Git Best Practices](newbs_best_practices.md) |