You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
5.2 KiB

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