diff options
author | skullY <skullydazed@gmail.com> | 2020-02-25 10:58:36 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | 45e218ceec1269e5e2751146272637922cd7e9d9 (patch) | |
tree | 2dd63b29f8c5a9e3751eeb47a17ef25187525f5d /docs/_summary.md | |
parent | 86f6405574d75cdc69c32829cb523aa1538ecd77 (diff) | |
download | qmk_firmware-45e218ceec1269e5e2751146272637922cd7e9d9.tar.gz qmk_firmware-45e218ceec1269e5e2751146272637922cd7e9d9.zip |
overhaul the newbs guide
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 994d58557..d5582e143 100644 --- a/docs/_summary.md +++ b/docs/_summary.md | |||
@@ -1,4 +1,4 @@ | |||
1 | * Complete Newbs Guide | 1 | * Tutorial |
2 | * [Introduction](newbs.md) | 2 | * [Introduction](newbs.md) |
3 | * [Setup](newbs_getting_started.md) | 3 | * [Setup](newbs_getting_started.md) |
4 | * [Building Your First Firmware](newbs_building_firmware.md) | 4 | * [Building Your First Firmware](newbs_building_firmware.md) |
@@ -18,10 +18,13 @@ | |||
18 | 18 | ||
19 | * Configurator | 19 | * Configurator |
20 | * [Overview](newbs_building_firmware_configurator.md) | 20 | * [Overview](newbs_building_firmware_configurator.md) |
21 | * [Keyboard Support](reference_configurator_support.md) | 21 | * [Step by Step](configurator_step_by_step.md) |
22 | * [Troubleshooting](configurator_troubleshooting.md) | ||
23 | * [Problems and Bugs](configurator_problems.md) | ||
22 | * QMK API | 24 | * QMK API |
23 | * [Overview](api_overview.md) | 25 | * [Overview](api_overview.md) |
24 | * [API Documentation](api_docs.md) | 26 | * [API Documentation](api_docs.md) |
27 | * [Keyboard Support](reference_configurator_support.md) | ||
25 | 28 | ||
26 | * CLI | 29 | * CLI |
27 | * [Overview](cli.md) | 30 | * [Overview](cli.md) |
@@ -35,8 +38,8 @@ | |||
35 | * [Keymap Overview](keymap.md) | 38 | * [Keymap Overview](keymap.md) |
36 | * [Vagrant Guide](getting_started_vagrant.md) | 39 | * [Vagrant Guide](getting_started_vagrant.md) |
37 | * Flashing | 40 | * Flashing |
41 | * [Flashing](flashing.md) | ||
38 | * [Flashing ATmega32A (ps2avrgb)](flashing_bootloadhid.md) | 42 | * [Flashing ATmega32A (ps2avrgb)](flashing_bootloadhid.md) |
39 | * [Flashing Firmware](flashing.md) | ||
40 | * Git Best Practices | 43 | * Git Best Practices |
41 | * [Introduction](newbs_git_best_practices.md) | 44 | * [Introduction](newbs_git_best_practices.md) |
42 | * [Your Fork](newbs_git_using_your_master_branch.md) | 45 | * [Your Fork](newbs_git_using_your_master_branch.md) |
@@ -53,7 +56,6 @@ | |||
53 | * [Quantum Keycodes](quantum_keycodes.md) | 56 | * [Quantum Keycodes](quantum_keycodes.md) |
54 | 57 | ||
55 | * Advanced Keycodes | 58 | * Advanced Keycodes |
56 | * [Auto Shift](feature_auto_shift.md) | ||
57 | * [Command](feature_command.md) | 59 | * [Command](feature_command.md) |
58 | * [Dynamic Macros](feature_dynamic_macros.md) | 60 | * [Dynamic Macros](feature_dynamic_macros.md) |
59 | * [Grave Escape](feature_grave_esc.md) | 61 | * [Grave Escape](feature_grave_esc.md) |
@@ -64,6 +66,7 @@ | |||
64 | * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md) | 66 | * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md) |
65 | 67 | ||
66 | * Software Features | 68 | * Software Features |
69 | * [Auto Shift](feature_auto_shift.md) | ||
67 | * [Combos](feature_combo.md) | 70 | * [Combos](feature_combo.md) |
68 | * [Debounce API](feature_debounce_type.md) | 71 | * [Debounce API](feature_debounce_type.md) |
69 | * [Key Lock](feature_key_lock.md) | 72 | * [Key Lock](feature_key_lock.md) |