Add explicit id tags to externally linked headers
[jackhill/qmk/firmware.git] / docs / pt-br / _summary.md
CommitLineData
10e8ed74
IHT
1* [Complete Newbs Guide](pt-br/newbs.md)
2 * [Getting Started](pt-br/newbs_getting_started.md)
3 * [Building Your First Firmware](pt-br/newbs_building_firmware.md)
4 * [Flashing Firmware](pt-br/newbs_flashing.md)
5 * [Testing and Debugging](pt-br/newbs_testing_debugging.md)
6 * [Git Best Practices](pt-br/newbs_best_practices.md)
7 * [Learning Resources](pt-br/newbs_learn_more_resources.md)
8
9* [QMK Basics](pt-br/README.md)
10 * [QMK Introduction](pt-br/getting_started_introduction.md)
11 * [QMK CLI](pt-br/cli.md)
12 * [QMK CLI Config](pt-br/cli_configuration.md)
13 * [Contributing to QMK](pt-br/contributing.md)
14 * [How to Use Github](pt-br/getting_started_github.md)
15 * [Getting Help](pt-br/getting_started_getting_help.md)
16
17* [Breaking Changes](pt-br/breaking_changes.md)
18 * [2019 Aug 30](pt-br/ChangeLog/20190830.md)
19
20* [FAQ](faq.md)
21 * [General FAQ](pt-br/faq_general.md)
22 * [Build/Compile QMK](pt-br/faq_build.md)
23 * [Debugging/Troubleshooting QMK](pt-br/faq_debug.md)
24 * [Keymap](pt-br/faq_keymap.md)
25 * [Driver Installation with Zadig](pt-br/driver_installation_zadig.md)
26
27* Detailed Guides
28 * [Install Build Tools](pt-br/getting_started_build_tools.md)
29 * [Vagrant Guide](pt-br/getting_started_vagrant.md)
30 * [Build/Compile Instructions](pt-br/getting_started_make_guide.md)
31 * [Flashing Firmware](pt-br/flashing.md)
32 * [Customizing Functionality](pt-br/custom_quantum_functions.md)
33 * [Keymap Overview](pt-br/keymap.md)
34
35* [Hardware](hardware.md)
36 * [AVR Processors](pt-br/hardware_avr.md)
37 * [Drivers](pt-br/hardware_drivers.md)
38
39* Reference
40 * [Keyboard Guidelines](pt-br/hardware_keyboard_guidelines.md)
41 * [Config Options](pt-br/config_options.md)
42 * [Keycodes](pt-br/keycodes.md)
43 * [Coding Conventions - C](pt-br/coding_conventions_c.md)
44 * [Coding Conventions - Python](pt-br/coding_conventions_python.md)
45 * [Documentation Best Practices](pt-br/documentation_best_practices.md)
46 * [Documentation Templates](pt-br/documentation_templates.md)
47 * [Glossary](pt-br/reference_glossary.md)
48 * [Unit Testing](pt-br/unit_testing.md)
49 * [Useful Functions](pt-br/ref_functions.md)
50 * [Configurator Support](pt-br/reference_configurator_support.md)
51 * [info.json Format](pt-br/reference_info_json.md)
52 * [Python CLI Development](pt-br/cli_development.md)
53
54* [Features](pt-br/features.md)
55 * [Basic Keycodes](pt-br/keycodes_basic.md)
56 * [US ANSI Shifted Keys](pt-br/keycodes_us_ansi_shifted.md)
57 * [Quantum Keycodes](pt-br/quantum_keycodes.md)
58 * [Advanced Keycodes](pt-br/feature_advanced_keycodes.md)
59 * [Audio](pt-br/feature_audio.md)
60 * [Auto Shift](pt-br/feature_auto_shift.md)
61 * [Backlight](pt-br/feature_backlight.md)
62 * [Bluetooth](pt-br/feature_bluetooth.md)
63 * [Bootmagic](pt-br/feature_bootmagic.md)
64 * [Combos](pt-br/feature_combo.md)
65 * [Command](pt-br/feature_command.md)
66 * [Debounce API](pt-br/feature_debounce_type.md)
67 * [DIP Switch](pt-br/feature_dip_switch.md)
68 * [Dynamic Macros](pt-br/feature_dynamic_macros.md)
69 * [Encoders](pt-br/feature_encoders.md)
70 * [Grave Escape](pt-br/feature_grave_esc.md)
71 * [Haptic Feedback](pt-br/feature_haptic_feedback.md)
72 * [HD44780 LCD Controller](pt-br/feature_hd44780.md)
73 * [Key Lock](pt-br/feature_key_lock.md)
74 * [Layouts](pt-br/feature_layouts.md)
75 * [Leader Key](pt-br/feature_leader_key.md)
76 * [LED Matrix](pt-br/feature_led_matrix.md)
77 * [Macros](pt-br/feature_macros.md)
78 * [Mouse Keys](pt-br/feature_mouse_keys.md)
79 * [OLED Driver](pt-br/feature_oled_driver.md)
54c58ea6 80 * [One Shot Keys](pt-br/one_shot_keys.md)
10e8ed74
IHT
81 * [Pointing Device](pt-br/feature_pointing_device.md)
82 * [PS/2 Mouse](pt-br/feature_ps2_mouse.md)
83 * [RGB Lighting](pt-br/feature_rgblight.md)
84 * [RGB Matrix](pt-br/feature_rgb_matrix.md)
85 * [Space Cadet](pt-br/feature_space_cadet.md)
86 * [Split Keyboard](pt-br/feature_split_keyboard.md)
87 * [Stenography](pt-br/feature_stenography.md)
88 * [Swap Hands](pt-br/feature_swap_hands.md)
89 * [Tap Dance](pt-br/feature_tap_dance.md)
90 * [Terminal](pt-br/feature_terminal.md)
91 * [Thermal Printer](pt-br/feature_thermal_printer.md)
92 * [Unicode](pt-br/feature_unicode.md)
93 * [Userspace](pt-br/feature_userspace.md)
94 * [Velocikey](pt-br/feature_velocikey.md)
95
96* For Makers and Modders
97 * [Hand Wiring Guide](pt-br/hand_wire.md)
98 * [ISP Flashing Guide](pt-br/isp_flashing_guide.md)
99 * [ARM Debugging Guide](pt-br/arm_debugging.md)
100 * [I2C Driver](pt-br/i2c_driver.md)
101 * [GPIO Controls](pt-br/internals_gpio_control.md)
102 * [Proton C Conversion](pt-br/proton_c_conversion.md)
103
104* For a Deeper Understanding
105 * [How Keyboards Work](pt-br/how_keyboards_work.md)
106 * [Understanding QMK](pt-br/understanding_qmk.md)
107
108* Other Topics
109 * [Using Eclipse with QMK](pt-br/other_eclipse.md)
110 * [Using VSCode with QMK](pt-br/other_vscode.md)
a701c15d 111 * [Support](pt-br/getting_started_getting_help.md)
10e8ed74
IHT
112 * [How to add translations](pt-br/translating.md)
113
114* QMK Internals (In Progress)
115 * [Defines](pt-br/internals_defines.md)
116 * [Input Callback Reg](pt-br/internals_input_callback_reg.md)
117 * [Midi Device](pt-br/internals_midi_device.md)
118 * [Midi Device Setup Process](pt-br/internals_midi_device_setup_process.md)
119 * [Midi Util](pt-br/internals_midi_util.md)
120 * [Send Functions](pt-br/internals_send_functions.md)
121 * [Sysex Tools](pt-br/internals_sysex_tools.md)