aboutsummaryrefslogtreecommitdiff
path: root/docs/newbs.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/newbs.md')
-rw-r--r--docs/newbs.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/newbs.md b/docs/newbs.md
index 87933b018..4f115c3c7 100644
--- a/docs/newbs.md
+++ b/docs/newbs.md
@@ -6,13 +6,17 @@ Not sure if your keyboard can run QMK? If it's a mechanical keyboard you built y
6 6
7## Overview 7## Overview
8 8
9There are 4 main sections to this guide: 9There are 6 main sections to this guide:
10 10
11* [Getting Started](newbs_getting_started.md) 11* [Getting Started](newbs_getting_started.md)
12* [Building Your First Firmware](newbs_building_firmware.md) 12* [Building Your First Firmware](newbs_building_firmware.md)
13* [Flashing Firmware](newbs_flashing.md) 13* [Flashing Firmware](newbs_flashing.md)
14* [Testing and Debugging](newbs_testing_debugging.md) 14* [Testing and Debugging](newbs_testing_debugging.md)
15* [Git Best Practices](newbs_best_practices.md)
15* [Learn More with these Resources](newbs_learn_more_resources.md) 16* [Learn More with these Resources](newbs_learn_more_resources.md)
16 17
17This guide is focused on helping someone who has never compiled software before. It makes choices and recommendations based on that viewpoint. There are alternative methods for many of these procedures, and we support most of those alternatives. If you have any doubt about how to accomplish a task you can [ask us for guidance](getting_started_getting_help.md). 18This guide is focused on helping someone who has never compiled software before. It makes choices and recommendations based on that viewpoint. There are alternative methods for many of these procedures, and we support most of those alternatives. If you have any doubt about how to accomplish a task you can [ask us for guidance](getting_started_getting_help.md).
18 19
20## Additional Resources
21
22* [Thomas Baart's QMK Basics Blog](https://thomasbaart.nl/category/mechanical-keyboards/firmware/qmk/qmk-basics/) – A user-created blog covering the basics of how to use QMK Firmware, as seen from a new user's perspective.