diff options
author | skullY <skullydazed@gmail.com> | 2020-02-20 11:06:27 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | d1c18086d23c1f510ee434e1aa12b203f36e4794 (patch) | |
tree | 7d3560252ab9ed7ae8ed002b0b7a388813213493 /docs/_summary.md | |
parent | 4ef10a424ae1174bc108de9014dfd1f0ff6751e0 (diff) | |
download | qmk_firmware-d1c18086d23c1f510ee434e1aa12b203f36e4794.tar.gz qmk_firmware-d1c18086d23c1f510ee434e1aa12b203f36e4794.zip |
wip
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 157 |
1 files changed, 76 insertions, 81 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index a429138b8..66465667a 100644 --- a/docs/_summary.md +++ b/docs/_summary.md | |||
@@ -1,21 +1,23 @@ | |||
1 | * [Complete Newbs Guide](newbs.md) | 1 | * [Complete Newbs Guide](newbs.md) |
2 | * [Getting Started](newbs_getting_started.md) | 2 | * [Introduction](newbs_getting_started.md) |
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 | * [Getting Help](getting_started_getting_help.md) | ||
7 | |||
8 | * Guides | ||
9 | * [ARM Debugging Guide](arm_debugging.md) | ||
6 | * [Best Git Practices](newbs_git_best_practices.md) | 10 | * [Best Git Practices](newbs_git_best_practices.md) |
7 | * [Using Your Fork's Master](newbs_git_using_your_master_branch.md) | 11 | * [Contributing to QMK](contributing.md) |
8 | * [Resolving Merge Conflicts](newbs_git_resolving_merge_conflicts.md) | 12 | * [Customizing Functionality](custom_quantum_functions.md) |
9 | * [Resynchronizing a Branch](newbs_git_resynchronize_a_branch.md) | 13 | * [Github Best Practices](getting_started_github.md) |
14 | * [Hand Wiring Guide](hand_wire.md) | ||
15 | * [ISP Flashing Guide](isp_flashing_guide.md) | ||
16 | * [Flashing Firmware](flashing.md) | ||
17 | * [Keymap Overview](keymap.md) | ||
10 | * [Learning Resources](newbs_learn_more_resources.md) | 18 | * [Learning Resources](newbs_learn_more_resources.md) |
11 | |||
12 | * [QMK Basics](README.md) | ||
13 | * [QMK Introduction](getting_started_introduction.md) | ||
14 | * [QMK CLI](cli.md) | 19 | * [QMK CLI](cli.md) |
15 | * [QMK CLI Config](cli_configuration.md) | 20 | * [Vagrant Guide](getting_started_vagrant.md) |
16 | * [Contributing to QMK](contributing.md) | ||
17 | * [How to Use Github](getting_started_github.md) | ||
18 | * [Getting Help](getting_started_getting_help.md) | ||
19 | 21 | ||
20 | * [Breaking Changes](breaking_changes.md) | 22 | * [Breaking Changes](breaking_changes.md) |
21 | * [My Pull Request Was Flagged](breaking_changes_instructions.md) | 23 | * [My Pull Request Was Flagged](breaking_changes_instructions.md) |
@@ -28,87 +30,80 @@ | |||
28 | * [Keymap](faq_keymap.md) | 30 | * [Keymap](faq_keymap.md) |
29 | * [Driver Installation with Zadig](driver_installation_zadig.md) | 31 | * [Driver Installation with Zadig](driver_installation_zadig.md) |
30 | 32 | ||
31 | * Detailed Guides | 33 | * QMK Features |
32 | * [Install Build Tools](getting_started_build_tools.md) | 34 | * [Keycodes](keycodes.md) |
33 | * [Vagrant Guide](getting_started_vagrant.md) | 35 | * [Basic Keycodes](keycodes_basic.md) |
34 | * [Build/Compile Instructions](getting_started_make_guide.md) | 36 | * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md) |
35 | * [Flashing Firmware](flashing.md) | 37 | * [Quantum Keycodes](quantum_keycodes.md) |
36 | * [Customizing Functionality](custom_quantum_functions.md) | 38 | * [Advanced Keycodes](feature_advanced_keycodes.md) |
37 | * [Keymap Overview](keymap.md) | 39 | * [Auto Shift](feature_auto_shift.md) |
38 | 40 | * Software Features | |
39 | * [Hardware](hardware.md) | 41 | * [Combos](feature_combo.md) |
40 | * [Compatible Microcontrollers](compatible_microcontrollers.md) | 42 | * [Command](feature_command.md) |
41 | * [AVR Processors](hardware_avr.md) | 43 | * [Debounce API](feature_debounce_type.md) |
42 | * [Drivers](hardware_drivers.md) | 44 | * [Dynamic Macros](feature_dynamic_macros.md) |
45 | * [Grave Escape](feature_grave_esc.md) | ||
46 | * [Key Lock](feature_key_lock.md) | ||
47 | * [Leader Key](feature_leader_key.md) | ||
48 | * [Macros](feature_macros.md) | ||
49 | * [Mouse Keys](feature_mouse_keys.md) | ||
50 | * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys) | ||
51 | * [Pointing Device](feature_pointing_device.md) | ||
52 | * [Space Cadet](feature_space_cadet.md) | ||
53 | * [Swap Hands](feature_swap_hands.md) | ||
54 | * [Tap Dance](feature_tap_dance.md) | ||
55 | * [Terminal](feature_terminal.md) | ||
56 | * [Unicode](feature_unicode.md) | ||
57 | * [Userspace](feature_userspace.md) | ||
58 | * Hardware Features | ||
59 | * [Audio](feature_audio.md) | ||
60 | * [Backlight](feature_backlight.md) | ||
61 | * [Bluetooth](feature_bluetooth.md) | ||
62 | * [Bootmagic](feature_bootmagic.md) | ||
63 | * [Custom Matrix](custom_matrix.md) | ||
64 | * [DIP Switch](feature_dip_switch.md) | ||
65 | * [Encoders](feature_encoders.md) | ||
66 | * [Haptic Feedback](feature_haptic_feedback.md) | ||
67 | * [HD44780 LCD Controller](feature_hd44780.md) | ||
68 | * [LED Matrix](feature_led_matrix.md) | ||
69 | * [OLED Driver](feature_oled_driver.md) | ||
70 | * [Proton C Conversion](proton_c_conversion.md) | ||
71 | * [PS/2 Mouse](feature_ps2_mouse.md) | ||
72 | * [RGB Lighting](feature_rgblight.md) | ||
73 | * [RGB Matrix](feature_rgb_matrix.md) | ||
74 | * [Split Keyboard](feature_split_keyboard.md) | ||
75 | * [Stenography](feature_stenography.md) | ||
76 | * [Thermal Printer](feature_thermal_printer.md) | ||
77 | * [Velocikey](feature_velocikey.md) | ||
43 | 78 | ||
44 | * Reference | 79 | * QMK Reference |
45 | * [Keyboard Guidelines](hardware_keyboard_guidelines.md) | ||
46 | * [Config Options](config_options.md) | 80 | * [Config Options](config_options.md) |
47 | * [Keycodes](keycodes.md) | 81 | * [Make Documentation](getting_started_make_guide.md) |
48 | * [Coding Conventions - C](coding_conventions_c.md) | ||
49 | * [Coding Conventions - Python](coding_conventions_python.md) | ||
50 | * [Documentation Best Practices](documentation_best_practices.md) | 82 | * [Documentation Best Practices](documentation_best_practices.md) |
51 | * [Documentation Templates](documentation_templates.md) | 83 | * [Documentation Templates](documentation_templates.md) |
52 | * [Glossary](reference_glossary.md) | 84 | * [Glossary](reference_glossary.md) |
85 | * [Community Layouts](feature_layouts.md) | ||
53 | * [Unit Testing](unit_testing.md) | 86 | * [Unit Testing](unit_testing.md) |
54 | * [Useful Functions](ref_functions.md) | 87 | * [Useful Functions](ref_functions.md) |
55 | * [Configurator Support](reference_configurator_support.md) | 88 | * [Configurator Support](reference_configurator_support.md) |
56 | * [info.json Format](reference_info_json.md) | 89 | * [info.json Format](reference_info_json.md) |
57 | * [Python CLI Development](cli_development.md) | ||
58 | 90 | ||
59 | * [Features](features.md) | 91 | * C Development |
60 | * [Basic Keycodes](keycodes_basic.md) | 92 | * [AVR Processors](hardware_avr.md) |
61 | * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md) | 93 | * [Coding Conventions](coding_conventions_c.md) |
62 | * [Quantum Keycodes](quantum_keycodes.md) | 94 | * [Compatible Microcontrollers](compatible_microcontrollers.md) |
63 | * [Advanced Keycodes](feature_advanced_keycodes.md) | 95 | * [Drivers](hardware_drivers.md) |
64 | * [Audio](feature_audio.md) | 96 | * [ADC Driver](adc_driver.md) |
65 | * [Auto Shift](feature_auto_shift.md) | 97 | * [I2C Driver](i2c_driver.md) |
66 | * [Backlight](feature_backlight.md) | 98 | * [WS2812 Driver](ws2812_driver.md) |
67 | * [Bluetooth](feature_bluetooth.md) | 99 | * [EEPROM Driver](eeprom_driver.md) |
68 | * [Bootmagic](feature_bootmagic.md) | ||
69 | * [Combos](feature_combo.md) | ||
70 | * [Command](feature_command.md) | ||
71 | * [Debounce API](feature_debounce_type.md) | ||
72 | * [DIP Switch](feature_dip_switch.md) | ||
73 | * [Dynamic Macros](feature_dynamic_macros.md) | ||
74 | * [Encoders](feature_encoders.md) | ||
75 | * [Grave Escape](feature_grave_esc.md) | ||
76 | * [Haptic Feedback](feature_haptic_feedback.md) | ||
77 | * [HD44780 LCD Controller](feature_hd44780.md) | ||
78 | * [Key Lock](feature_key_lock.md) | ||
79 | * [Layouts](feature_layouts.md) | ||
80 | * [Leader Key](feature_leader_key.md) | ||
81 | * [LED Matrix](feature_led_matrix.md) | ||
82 | * [Macros](feature_macros.md) | ||
83 | * [Mouse Keys](feature_mouse_keys.md) | ||
84 | * [OLED Driver](feature_oled_driver.md) | ||
85 | * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys) | ||
86 | * [Pointing Device](feature_pointing_device.md) | ||
87 | * [PS/2 Mouse](feature_ps2_mouse.md) | ||
88 | * [RGB Lighting](feature_rgblight.md) | ||
89 | * [RGB Matrix](feature_rgb_matrix.md) | ||
90 | * [Space Cadet](feature_space_cadet.md) | ||
91 | * [Split Keyboard](feature_split_keyboard.md) | ||
92 | * [Stenography](feature_stenography.md) | ||
93 | * [Swap Hands](feature_swap_hands.md) | ||
94 | * [Tap Dance](feature_tap_dance.md) | ||
95 | * [Terminal](feature_terminal.md) | ||
96 | * [Thermal Printer](feature_thermal_printer.md) | ||
97 | * [Unicode](feature_unicode.md) | ||
98 | * [Userspace](feature_userspace.md) | ||
99 | * [Velocikey](feature_velocikey.md) | ||
100 | |||
101 | * For Makers and Modders | ||
102 | * [Hand Wiring Guide](hand_wire.md) | ||
103 | * [ISP Flashing Guide](isp_flashing_guide.md) | ||
104 | * [ARM Debugging Guide](arm_debugging.md) | ||
105 | * [ADC Driver](adc_driver.md) | ||
106 | * [I2C Driver](i2c_driver.md) | ||
107 | * [WS2812 Driver](ws2812_driver.md) | ||
108 | * [EEPROM Driver](eeprom_driver.md) | ||
109 | * [GPIO Controls](internals_gpio_control.md) | 100 | * [GPIO Controls](internals_gpio_control.md) |
110 | * [Custom Matrix](custom_matrix.md) | 101 | * [Keyboard Guidelines](hardware_keyboard_guidelines.md) |
111 | * [Proton C Conversion](proton_c_conversion.md) | 102 | |
103 | * Python Development | ||
104 | * [Coding Conventions](coding_conventions_python.md) | ||
105 | * [QMK CLI Config](cli_configuration.md) | ||
106 | * [Python CLI Development](cli_development.md) | ||
112 | 107 | ||
113 | * For a Deeper Understanding | 108 | * For a Deeper Understanding |
114 | * [How Keyboards Work](how_keyboards_work.md) | 109 | * [How Keyboards Work](how_keyboards_work.md) |