diff options
Diffstat (limited to 'docs/_sidebar.md')
| -rw-r--r-- | docs/_sidebar.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/_sidebar.md b/docs/_sidebar.md index a35014dd8..b209c5e0b 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | * [Building Your First Firmware](newbs_building_firmware.md) | 3 | * [Building Your First Firmware](newbs_building_firmware.md) |
| 4 | * [Flashing Firmware](newbs_flashing.md) | 4 | * [Flashing Firmware](newbs_flashing.md) |
| 5 | * [Testing and Debugging](newbs_testing_debugging.md) | 5 | * [Testing and Debugging](newbs_testing_debugging.md) |
| 6 | * [Best Practices](newbs_best_practices.md) | ||
| 7 | * [Learning Resources](newbs_learn_more_resources.md) | ||
| 6 | 8 | ||
| 7 | * [QMK Basics](README.md) | 9 | * [QMK Basics](README.md) |
| 8 | * [QMK Introduction](getting_started_introduction.md) | 10 | * [QMK Introduction](getting_started_introduction.md) |
| @@ -37,9 +39,11 @@ | |||
| 37 | * [Glossary](reference_glossary.md) | 39 | * [Glossary](reference_glossary.md) |
| 38 | * [Unit Testing](unit_testing.md) | 40 | * [Unit Testing](unit_testing.md) |
| 39 | * [Useful Functions](ref_functions.md) | 41 | * [Useful Functions](ref_functions.md) |
| 42 | * [Configurator Support](reference_configurator_support.md) | ||
| 40 | 43 | ||
| 41 | * [Features](features.md) | 44 | * [Features](features.md) |
| 42 | * [Basic Keycodes](keycodes_basic.md) | 45 | * [Basic Keycodes](keycodes_basic.md) |
| 46 | * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md) | ||
| 43 | * [Quantum Keycodes](quantum_keycodes.md) | 47 | * [Quantum Keycodes](quantum_keycodes.md) |
| 44 | * [Advanced Keycodes](feature_advanced_keycodes.md) | 48 | * [Advanced Keycodes](feature_advanced_keycodes.md) |
| 45 | * [Audio](feature_audio.md) | 49 | * [Audio](feature_audio.md) |
| @@ -47,8 +51,10 @@ | |||
| 47 | * [Backlight](feature_backlight.md) | 51 | * [Backlight](feature_backlight.md) |
| 48 | * [Bluetooth](feature_bluetooth.md) | 52 | * [Bluetooth](feature_bluetooth.md) |
| 49 | * [Bootmagic](feature_bootmagic.md) | 53 | * [Bootmagic](feature_bootmagic.md) |
| 54 | * [Combos](feature_combo) | ||
| 50 | * [Command](feature_command.md) | 55 | * [Command](feature_command.md) |
| 51 | * [Dynamic Macros](feature_dynamic_macros.md) | 56 | * [Dynamic Macros](feature_dynamic_macros.md) |
| 57 | * [Encoders](feature_encoders.md) | ||
| 52 | * [Grave Escape](feature_grave_esc.md) | 58 | * [Grave Escape](feature_grave_esc.md) |
| 53 | * [Key Lock](feature_key_lock.md) | 59 | * [Key Lock](feature_key_lock.md) |
| 54 | * [Layouts](feature_layouts.md) | 60 | * [Layouts](feature_layouts.md) |
| @@ -69,11 +75,12 @@ | |||
| 69 | * [Thermal Printer](feature_thermal_printer.md) | 75 | * [Thermal Printer](feature_thermal_printer.md) |
| 70 | * [Unicode](feature_unicode.md) | 76 | * [Unicode](feature_unicode.md) |
| 71 | * [Userspace](feature_userspace.md) | 77 | * [Userspace](feature_userspace.md) |
| 72 | * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md) | ||
| 73 | 78 | ||
| 74 | * For Makers and Modders | 79 | * For Makers and Modders |
| 75 | * [Hand Wiring Guide](hand_wire.md) | 80 | * [Hand Wiring Guide](hand_wire.md) |
| 76 | * [ISP Flashing Guide](isp_flashing_guide.md) | 81 | * [ISP Flashing Guide](isp_flashing_guide.md) |
| 82 | * [ARM Debugging Guide](arm_debugging.md) | ||
| 83 | * [I2C Driver](i2c_driver.md) | ||
| 77 | 84 | ||
| 78 | * For a Deeper Understanding | 85 | * For a Deeper Understanding |
| 79 | * [How Keyboards Work](how_keyboards_work.md) | 86 | * [How Keyboards Work](how_keyboards_work.md) |
| @@ -81,6 +88,7 @@ | |||
| 81 | 88 | ||
| 82 | * Other Topics | 89 | * Other Topics |
| 83 | * [Using Eclipse with QMK](eclipse.md) | 90 | * [Using Eclipse with QMK](eclipse.md) |
| 91 | * [Support](support.md) | ||
| 84 | 92 | ||
| 85 | * QMK Internals (In Progress) | 93 | * QMK Internals (In Progress) |
| 86 | * [Defines](internals_defines.md) | 94 | * [Defines](internals_defines.md) |
