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.

174 lines
6.4 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. * Tutorial
  2. * [Introduction](newbs.md)
  3. * [Setup](newbs_getting_started.md)
  4. * [Building Your First Firmware](newbs_building_firmware.md)
  5. * [Flashing Firmware](newbs_flashing.md)
  6. * [Testing and Debugging](newbs_testing_debugging.md)
  7. * [Getting Help/Support](support.md)
  8. * [Other Resources](newbs_learn_more_resources.md)
  9. * [Syllabus](syllabus.md)
  10. * FAQs
  11. * [General FAQ](faq_general.md)
  12. * [Build/Compile QMK](faq_build.md)
  13. * [Debugging/Troubleshooting QMK](faq_debug.md)
  14. * [Keymap FAQ](faq_keymap.md)
  15. * [Glossary](reference_glossary.md)
  16. * Configurator
  17. * [Overview](newbs_building_firmware_configurator.md)
  18. * [Step by Step](configurator_step_by_step.md)
  19. * [Troubleshooting](configurator_troubleshooting.md)
  20. * QMK API
  21. * [Overview](api_overview.md)
  22. * [API Documentation](api_docs.md)
  23. * [Keyboard Support](reference_configurator_support.md)
  24. * CLI
  25. * [Overview](cli.md)
  26. * [Configuration](cli_configuration.md)
  27. * [Commands](cli_commands.md)
  28. * Using QMK
  29. * Guides
  30. * [Customizing Functionality](custom_quantum_functions.md)
  31. * [Driver Installation with Zadig](driver_installation_zadig.md)
  32. * [Keymap Overview](keymap.md)
  33. * Development Environments
  34. * [Docker Guide](getting_started_docker.md)
  35. * [Vagrant Guide](getting_started_vagrant.md)
  36. * Flashing
  37. * [Flashing](flashing.md)
  38. * [Flashing ATmega32A (ps2avrgb)](flashing_bootloadhid.md)
  39. * IDEs
  40. * [Using Eclipse with QMK](other_eclipse.md)
  41. * [Using VSCode with QMK](other_vscode.md)
  42. * Git Best Practices
  43. * [Introduction](newbs_git_best_practices.md)
  44. * [Your Fork](newbs_git_using_your_master_branch.md)
  45. * [Merge Conflicts](newbs_git_resolving_merge_conflicts.md)
  46. * [Fixing Your Branch](newbs_git_resynchronize_a_branch.md)
  47. * Keyboard Building
  48. * [Hand Wiring Guide](hand_wire.md)
  49. * [ISP Flashing Guide](isp_flashing_guide.md)
  50. * Simple Keycodes
  51. * [Full List](keycodes.md)
  52. * [Basic Keycodes](keycodes_basic.md)
  53. * [Language-Specific Keycodes](reference_keymap_extras.md)
  54. * [Modifier Keys](feature_advanced_keycodes.md)
  55. * [Quantum Keycodes](quantum_keycodes.md)
  56. * Advanced Keycodes
  57. * [Command](feature_command.md)
  58. * [Dynamic Macros](feature_dynamic_macros.md)
  59. * [Grave Escape](feature_grave_esc.md)
  60. * [Leader Key](feature_leader_key.md)
  61. * [Mod-Tap](mod_tap.md)
  62. * [Macros](feature_macros.md)
  63. * [Mouse Keys](feature_mouse_keys.md)
  64. * [Space Cadet Shift](feature_space_cadet.md)
  65. * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md)
  66. * Software Features
  67. * [Auto Shift](feature_auto_shift.md)
  68. * [Combos](feature_combo.md)
  69. * [Debounce API](feature_debounce_type.md)
  70. * [Key Lock](feature_key_lock.md)
  71. * [Layers](feature_layers.md)
  72. * [One Shot Keys](one_shot_keys.md)
  73. * [Pointing Device](feature_pointing_device.md)
  74. * [Raw HID](feature_rawhid.md)
  75. * [Swap Hands](feature_swap_hands.md)
  76. * [Tap Dance](feature_tap_dance.md)
  77. * [Tap-Hold Configuration](tap_hold.md)
  78. * [Terminal](feature_terminal.md)
  79. * [Unicode](feature_unicode.md)
  80. * [Userspace](feature_userspace.md)
  81. * [WPM Calculation](feature_wpm.md)
  82. * Hardware Features
  83. * Displays
  84. * [HD44780 LCD Controller](feature_hd44780.md)
  85. * [OLED Driver](feature_oled_driver.md)
  86. * Lighting
  87. * [Backlight](feature_backlight.md)
  88. * [LED Matrix](feature_led_matrix.md)
  89. * [RGB Lighting](feature_rgblight.md)
  90. * [RGB Matrix](feature_rgb_matrix.md)
  91. * [Audio](feature_audio.md)
  92. * [Bluetooth](feature_bluetooth.md)
  93. * [Bootmagic](feature_bootmagic.md)
  94. * [Custom Matrix](custom_matrix.md)
  95. * [DIP Switch](feature_dip_switch.md)
  96. * [Encoders](feature_encoders.md)
  97. * [Haptic Feedback](feature_haptic_feedback.md)
  98. * [Proton C Conversion](proton_c_conversion.md)
  99. * [PS/2 Mouse](feature_ps2_mouse.md)
  100. * [Split Keyboard](feature_split_keyboard.md)
  101. * [Stenography](feature_stenography.md)
  102. * [Thermal Printer](feature_thermal_printer.md)
  103. * [Velocikey](feature_velocikey.md)
  104. * Developing QMK
  105. * Breaking Changes
  106. * [Overview](breaking_changes.md)
  107. * [My Pull Request Was Flagged](breaking_changes_instructions.md)
  108. * History
  109. * [2020 May 30](ChangeLog/20200530.md)
  110. * [2020 Feb 29](ChangeLog/20200229.md)
  111. * [2019 Aug 30](ChangeLog/20190830.md)
  112. * C Development
  113. * [ARM Debugging Guide](arm_debugging.md)
  114. * [AVR Processors](hardware_avr.md)
  115. * [Coding Conventions](coding_conventions_c.md)
  116. * [Compatible Microcontrollers](compatible_microcontrollers.md)
  117. * [Drivers](hardware_drivers.md)
  118. * [ADC Driver](adc_driver.md)
  119. * [I2C Driver](i2c_driver.md)
  120. * [SPI Driver](spi_driver.md)
  121. * [WS2812 Driver](ws2812_driver.md)
  122. * [EEPROM Driver](eeprom_driver.md)
  123. * ['serial' Driver](serial_driver.md)
  124. * [GPIO Controls](internals_gpio_control.md)
  125. * [Keyboard Guidelines](hardware_keyboard_guidelines.md)
  126. * Python Development
  127. * [Coding Conventions](coding_conventions_python.md)
  128. * [QMK CLI Development](cli_development.md)
  129. * Configurator Development
  130. * QMK API
  131. * [Development Environment](api_development_environment.md)
  132. * [Architecture Overview](api_development_overview.md)
  133. * Hardware Platform Development
  134. * Arm/ChibiOS
  135. * [Early initialization](platformdev_chibios_earlyinit.md)
  136. * QMK Reference
  137. * [Contributing to QMK](contributing.md)
  138. * [Translating the QMK Docs](translating.md)
  139. * [Config Options](config_options.md)
  140. * [Make Documentation](getting_started_make_guide.md)
  141. * [Documentation Best Practices](documentation_best_practices.md)
  142. * [Documentation Templates](documentation_templates.md)
  143. * [Community Layouts](feature_layouts.md)
  144. * [Unit Testing](unit_testing.md)
  145. * [Useful Functions](ref_functions.md)
  146. * [info.json Format](reference_info_json.md)
  147. * For a Deeper Understanding
  148. * [How Keyboards Work](how_keyboards_work.md)
  149. * [How a Matrix Works](how_a_matrix_works.md)
  150. * [Understanding QMK](understanding_qmk.md)
  151. * QMK Internals (In Progress)
  152. * [Defines](internals_defines.md)
  153. * [Input Callback Reg](internals_input_callback_reg.md)
  154. * [Midi Device](internals_midi_device.md)
  155. * [Midi Device Setup Process](internals_midi_device_setup_process.md)
  156. * [Midi Util](internals_midi_util.md)
  157. * [Send Functions](internals_send_functions.md)
  158. * [Sysex Tools](internals_sysex_tools.md)