aboutsummaryrefslogtreecommitdiff
path: root/docs/newbs_building_firmware.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2020-02-25 10:58:36 -0800
committerskullydazed <skullydazed@users.noreply.github.com>2020-03-05 16:00:10 -0800
commit45e218ceec1269e5e2751146272637922cd7e9d9 (patch)
tree2dd63b29f8c5a9e3751eeb47a17ef25187525f5d /docs/newbs_building_firmware.md
parent86f6405574d75cdc69c32829cb523aa1538ecd77 (diff)
downloadqmk_firmware-45e218ceec1269e5e2751146272637922cd7e9d9.tar.gz
qmk_firmware-45e218ceec1269e5e2751146272637922cd7e9d9.zip
overhaul the newbs guide
Diffstat (limited to 'docs/newbs_building_firmware.md')
-rw-r--r--docs/newbs_building_firmware.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/newbs_building_firmware.md b/docs/newbs_building_firmware.md
index 3b769051d..5c112a1ca 100644
--- a/docs/newbs_building_firmware.md
+++ b/docs/newbs_building_firmware.md
@@ -30,11 +30,12 @@ This line indicates where the list of Layers begins. Below that you'll find line
30 30
31## Customize The Layout To Your Liking 31## Customize The Layout To Your Liking
32 32
33How to complete this step is entirely up to you. Make the one change that's been bugging you, or completely rework everything. You can remove layers if you don't need all of them, or add layers up to a total of 32. Check the following documentation to find out what you can define here: 33How to complete this step is entirely up to you. Make the one change that's been bugging you, or completely rework everything. You can remove layers if you don't need all of them, or add layers up to a total of 32. There are a lot of features in QMK, explore the sidebar to the left under "Using QMK" to see the full list. To get you started here are a few of the easier to use features:
34 34
35* [Keycodes](keycodes.md) 35* [Basic Keycodes](keycodes_basic.md)
36* [Features](features.md) 36* [Quantum Keycodes](quantum_keycodes.md)
37* [FAQ](faq.md) 37* [Grave/Escape](feature_grave_esc.md)
38* [Mouse keys](feature_mouse_keys.md)
38 39
39?> While you get a feel for how keymaps work, keep each change small. Bigger changes make it harder to debug any problems that arise. 40?> While you get a feel for how keymaps work, keep each change small. Bigger changes make it harder to debug any problems that arise.
40 41