summaryrefslogtreecommitdiffstats
path: root/docs/newbs.md
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-01-29 02:31:33 +0100
committerDrashna Jaelre <drashna@live.com>2019-01-29 02:31:33 +0100
commitefe360464d0df68e5096d7339e2279b4c77685fd (patch)
tree0252bd7e4bc1f4ab3f18f12835939f78ba487ee2 /docs/newbs.md
parentc30155343fbdd0ef1d1fc07a60ddbaee668fab80 (diff)
downloadqmk_firmware-efe360464d0df68e5096d7339e2279b4c77685fd.tar.gz
qmk_firmware-efe360464d0df68e5096d7339e2279b4c77685fd.tar.xz
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.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/newbs.md b/docs/newbs.md
index 4f115c3c7..904a52945 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)