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.

204 lines
7.7 KiB

  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. * [Getting Help/Support](support.md)
  7. * [External Userspace](newbs_external_userspace.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. * [Troubleshooting QMK](faq_misc.md)
  14. * [Debugging QMK](faq_debug.md)
  15. * [Keymap FAQ](faq_keymap.md)
  16. * [Squeezing Space from AVR](squeezing_avr.md)
  17. * [Glossary](reference_glossary.md)
  18. * Configurator
  19. * [Overview](newbs_building_firmware_configurator.md)
  20. * [Step by Step](configurator_step_by_step.md)
  21. * [Troubleshooting](configurator_troubleshooting.md)
  22. * [Architecture](configurator_architecture.md)
  23. * QMK API
  24. * [Overview](api_overview.md)
  25. * [API Documentation](api_docs.md)
  26. * [Keyboard Support](reference_configurator_support.md)
  27. * [Adding Default Keymaps](configurator_default_keymaps.md)
  28. * CLI
  29. * [Overview](cli.md)
  30. * [Configuration](cli_configuration.md)
  31. * [Commands](cli_commands.md)
  32. * [Tab Completion](cli_tab_complete.md)
  33. * Using QMK
  34. * Guides
  35. * [Customizing Functionality](custom_quantum_functions.md)
  36. * [Driver Installation with Zadig](driver_installation_zadig.md)
  37. * [Keymap Overview](keymap.md)
  38. * Development Environments
  39. * [Docker Guide](getting_started_docker.md)
  40. * Flashing
  41. * [Flashing](flashing.md)
  42. * [Flashing ATmega32A (ps2avrgb)](flashing_bootloadhid.md)
  43. * IDEs
  44. * [Using Eclipse with QMK](other_eclipse.md)
  45. * [Using VSCode with QMK](other_vscode.md)
  46. * Git Best Practices
  47. * [Introduction](newbs_git_best_practices.md)
  48. * [Your Fork](newbs_git_using_your_master_branch.md)
  49. * [Merge Conflicts](newbs_git_resolving_merge_conflicts.md)
  50. * [Fixing Your Branch](newbs_git_resynchronize_a_branch.md)
  51. * Simple Keycodes
  52. * [Full List](keycodes.md)
  53. * [Basic Keycodes](keycodes_basic.md)
  54. * [Language-Specific Keycodes](reference_keymap_extras.md)
  55. * [Modifier Keys](feature_advanced_keycodes.md)
  56. * [Quantum Keycodes](quantum_keycodes.md)
  57. * [Magic Keycodes](keycodes_magic.md)
  58. * Advanced Keycodes
  59. * [Command](feature_command.md)
  60. * [Dynamic Macros](feature_dynamic_macros.md)
  61. * [Grave Escape](feature_grave_esc.md)
  62. * [Leader Key](feature_leader_key.md)
  63. * [Mod-Tap](mod_tap.md)
  64. * [Macros](feature_macros.md)
  65. * [Mouse Keys](feature_mouse_keys.md)
  66. * [Programmable Button](feature_programmable_button.md)
  67. * [Repeat Key](feature_repeat_key.md)
  68. * [Space Cadet Shift](feature_space_cadet.md)
  69. * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md)
  70. * Software Features
  71. * [Auto Shift](feature_auto_shift.md)
  72. * [Autocorrect](feature_autocorrect.md)
  73. * [Caps Word](feature_caps_word.md)
  74. * [Combos](feature_combo.md)
  75. * [Debounce API](feature_debounce_type.md)
  76. * [Digitizer](feature_digitizer.md)
  77. * [EEPROM](feature_eeprom.md)
  78. * [Key Lock](feature_key_lock.md)
  79. * [Key Overrides](feature_key_overrides.md)
  80. * [Layers](feature_layers.md)
  81. * [One Shot Keys](one_shot_keys.md)
  82. * [OS Detection](feature_os_detection.md)
  83. * [Raw HID](feature_rawhid.md)
  84. * [Secure](feature_secure.md)
  85. * [Send String](feature_send_string.md)
  86. * [Sequencer](feature_sequencer.md)
  87. * [Swap Hands](feature_swap_hands.md)
  88. * [Tap Dance](feature_tap_dance.md)
  89. * [Tap-Hold Configuration](tap_hold.md)
  90. * [Tri Layer](feature_tri_layer.md)
  91. * [Unicode](feature_unicode.md)
  92. * [Userspace](feature_userspace.md)
  93. * [WPM Calculation](feature_wpm.md)
  94. * Hardware Features
  95. * Displays
  96. * [Quantum Painter](quantum_painter.md)
  97. * [Quantum Painter LVGL Integration](quantum_painter_lvgl.md)
  98. * [HD44780 LCD Driver](feature_hd44780.md)
  99. * [ST7565 LCD Driver](feature_st7565.md)
  100. * [OLED Driver](feature_oled_driver.md)
  101. * Lighting
  102. * [Backlight](feature_backlight.md)
  103. * [LED Matrix](feature_led_matrix.md)
  104. * [RGB Lighting](feature_rgblight.md)
  105. * [RGB Matrix](feature_rgb_matrix.md)
  106. * [Audio](feature_audio.md)
  107. * [Bluetooth](feature_bluetooth.md)
  108. * [Bootmagic Lite](feature_bootmagic.md)
  109. * [Converters](feature_converters.md)
  110. * [Custom Matrix](custom_matrix.md)
  111. * [DIP Switch](feature_dip_switch.md)
  112. * [Encoders](feature_encoders.md)
  113. * [Haptic Feedback](feature_haptic_feedback.md)
  114. * [Joystick](feature_joystick.md)
  115. * [LED Indicators](feature_led_indicators.md)
  116. * [MIDI](feature_midi.md)
  117. * [Pointing Device](feature_pointing_device.md)
  118. * [PS/2 Mouse](feature_ps2_mouse.md)
  119. * [Split Keyboard](feature_split_keyboard.md)
  120. * [Stenography](feature_stenography.md)
  121. * Keyboard Building
  122. * [Easy Maker for One Offs](easy_maker.md)
  123. * [Porting Keyboards](porting_your_keyboard_to_qmk.md)
  124. * [Hand Wiring Guide](hand_wire.md)
  125. * [ISP Flashing Guide](isp_flashing_guide.md)
  126. * Developing QMK
  127. * [PR Checklist](pr_checklist.md)
  128. * Breaking Changes
  129. * [Overview](breaking_changes.md)
  130. * [My Pull Request Was Flagged](breaking_changes_instructions.md)
  131. * [Most Recent ChangeLog](ChangeLog/20240225.md "QMK v0.24.0 - 2024 Feb 25")
  132. * [Past Breaking Changes](breaking_changes_history.md)
  133. * C Development
  134. * [ARM Debugging Guide](arm_debugging.md)
  135. * [Coding Conventions](coding_conventions_c.md)
  136. * [Compatible Microcontrollers](compatible_microcontrollers.md)
  137. * [Drivers](hardware_drivers.md)
  138. * [ADC Driver](adc_driver.md)
  139. * [APA102 Driver](apa102_driver.md)
  140. * [Audio Driver](audio_driver.md)
  141. * [I2C Driver](i2c_driver.md)
  142. * [SPI Driver](spi_driver.md)
  143. * [WS2812 Driver](ws2812_driver.md)
  144. * [EEPROM Driver](eeprom_driver.md)
  145. * [Flash Driver](flash_driver.md)
  146. * ['serial' Driver](serial_driver.md)
  147. * [UART Driver](uart_driver.md)
  148. * [GPIO Controls](gpio_control.md)
  149. * [Keyboard Guidelines](hardware_keyboard_guidelines.md)
  150. * Python Development
  151. * [Coding Conventions](coding_conventions_python.md)
  152. * [QMK CLI Development](cli_development.md)
  153. * Configurator Development
  154. * QMK API
  155. * [Development Environment](api_development_environment.md)
  156. * [Architecture Overview](api_development_overview.md)
  157. * Hardware Platform Development
  158. * Arm/ChibiOS
  159. * [Selecting an MCU](platformdev_selecting_arm_mcu.md)
  160. * [Early initialization](platformdev_chibios_earlyinit.md)
  161. * [Raspberry Pi RP2040](platformdev_rp2040.md)
  162. * [Proton C](platformdev_proton_c.md)
  163. * [WeAct Blackpill F4x1](platformdev_blackpill_f4x1.md)
  164. * QMK Reference
  165. * [Contributing to QMK](contributing.md)
  166. * [Translating the QMK Docs](translating.md)
  167. * [Config Options](config_options.md)
  168. * [Data Driven Configuration](data_driven_config.md)
  169. * [Make Documentation](getting_started_make_guide.md)
  170. * [Documentation Best Practices](documentation_best_practices.md)
  171. * [Documentation Templates](documentation_templates.md)
  172. * [Community Layouts](feature_layouts.md)
  173. * [Unit Testing](unit_testing.md)
  174. * [Useful Functions](ref_functions.md)
  175. * [info.json Format](reference_info_json.md)
  176. * For a Deeper Understanding
  177. * [How Keyboards Work](how_keyboards_work.md)
  178. * [How a Matrix Works](how_a_matrix_works.md)
  179. * [Understanding QMK](understanding_qmk.md)
  180. * QMK Internals (In Progress)
  181. * [Defines](internals/defines.md)
  182. * [Input Callback Reg](internals/input_callback_reg.md)
  183. * [Midi Device](internals/midi_device.md)
  184. * [Midi Device Setup Process](internals/midi_device_setup_process.md)
  185. * [Midi Util](internals/midi_util.md)
  186. * [Send Functions](internals/send_functions.md)
  187. * [Sysex Tools](internals/sysex_tools.md)