aboutsummaryrefslogtreecommitdiff
path: root/docs/syllabus.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/syllabus.md')
-rw-r--r--docs/syllabus.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/syllabus.md b/docs/syllabus.md
index 239466b79..ec7f66ba7 100644
--- a/docs/syllabus.md
+++ b/docs/syllabus.md
@@ -4,7 +4,7 @@ This page helps you build up your QMK knowledge by introducing the basics first
4 4
5# Beginning Topics 5# Beginning Topics
6 6
7If you read nothing else you should read the documents in this section. After reading the [Tutorial](newbs.md) you should be able to create a basic keymap, complie it, and flash it to your keyboard. The remaining documents will flesh out your knowledge of these basics. 7If you read nothing else you should read the documents in this section. After reading the [Tutorial](newbs.md) you should be able to create a basic keymap, compile it, and flash it to your keyboard. The remaining documents will flesh out your knowledge of these basics.
8 8
9* **Learn How To Use QMK Tools** 9* **Learn How To Use QMK Tools**
10 * [Tutorial](newbs.md) 10 * [Tutorial](newbs.md)
@@ -16,11 +16,11 @@ If you read nothing else you should read the documents in this section. After re
16 * The full list of keycodes you can use. Note that some may require knowledge found in the Intermediate or Advanced Topics. 16 * The full list of keycodes you can use. Note that some may require knowledge found in the Intermediate or Advanced Topics.
17* **Configuring IDEs** - Optional 17* **Configuring IDEs** - Optional
18 * [Eclipse](other_eclipse.md) 18 * [Eclipse](other_eclipse.md)
19 * [VSCode](other_vscode.md) 19 * [VS Code](other_vscode.md)
20 20
21# Intermediate Topics 21# Intermediate Topics
22 22
23These topics start dig into some of the features that QMK supports. You don't have to read all of these documents, but some of the documents in the Advanced Topics section won't make sense if you skip over some of these. 23These topics start to dig into some of the features that QMK supports. You don't have to read all of these documents, but some of the documents in the Advanced Topics section won't make sense if you skip over some of these.
24 24
25* **Learn How To Configure Features** 25* **Learn How To Configure Features**
26 <!-- * Configuration Overview FIXME(skullydazed/anyone): write this document --> 26 <!-- * Configuration Overview FIXME(skullydazed/anyone): write this document -->
@@ -62,9 +62,9 @@ Everything below here requires a lot of foundational knowledge. Besides being ab
62 * [Pointing Devices](feature_pointing_device.md) 62 * [Pointing Devices](feature_pointing_device.md)
63* **Core Development** 63* **Core Development**
64 * [Coding Conventions](coding_conventions_c.md) 64 * [Coding Conventions](coding_conventions_c.md)
65 * [Compatible Microcontrolers](compatible_microcontrollers.md) 65 * [Compatible Microcontrollers](compatible_microcontrollers.md)
66 * [Custom Matrix](custom_matrix.md) 66 * [Custom Matrix](custom_matrix.md)
67 * [Understandnig QMK](understanding_qmk.md) 67 * [Understanding QMK](understanding_qmk.md)
68* **CLI Development** 68* **CLI Development**
69 * [Coding Conventions](coding_conventions_python.md) 69 * [Coding Conventions](coding_conventions_python.md)
70 * [CLI Development Overview](cli_development.md) 70 * [CLI Development Overview](cli_development.md)