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.

193 lines
7.9 KiB

  1. <!--for translators, see first: zh-cn/reference_glossary.md#terms-of-zh-cn-translate -->
  2. * 新手教程
  3. * [介绍](zh-cn/newbs.md)
  4. * [入门](zh-cn/newbs_getting_started.md)
  5. * [构建第一个固件](zh-cn/newbs_building_firmware.md)
  6. * [刷写固件](zh-cn/newbs_flashing.md)
  7. * [寻求帮助](zh-cn/support.md)
  8. * [其它资源](zh-cn/newbs_learn_more_resources.md)
  9. * [QMK大纲](zh-cn/syllabus.md)
  10. * FAQ
  11. * [常规FAQ](zh-cn/faq_general.md)
  12. * [构建/编译QMK](zh-cn/faq_build.md)
  13. * [QMK问题排查](zh-cn/faq_misc.md)
  14. * [调试QMK](zh-cn/faq_debug.md)
  15. * [键映射FAQ](zh-cn/faq_keymap.md)
  16. * [充分利用AVR的存储空间](zh-cn/squeezing_avr.md)
  17. * [术语表](zh-cn/reference_glossary.md)
  18. * 配置器(Configurator)
  19. * [总览](zh-cn/newbs_building_firmware_configurator.md)
  20. * [入门](zh-cn/configurator_step_by_step.md)
  21. * [问题排查](zh-cn/configurator_troubleshooting.md)
  22. * [框架](zh-cn/configurator_architecture.md)
  23. * QMK API
  24. * [总览](zh-cn/api_overview.md)
  25. * [API文档](zh-cn/api_docs.md)
  26. * [键盘支持](zh-cn/reference_configurator_support.md)
  27. * [添加默认键映射](zh-cn/configurator_default_keymaps.md)
  28. * CLI
  29. * [总览](zh-cn/cli.md)
  30. * [配置](zh-cn/cli_configuration.md)
  31. * [命令](zh-cn/cli_commands.md)
  32. * [Tab补全](zh-cn/cli_tab_complete.md)
  33. * 使用QMK
  34. * 导览
  35. * [功能定制](zh-cn/custom_quantum_functions.md)
  36. * [利用Zadig安装驱动](zh-cn/driver_installation_zadig.md)
  37. * [极简式制作](zh-cn/easy_maker.md)
  38. * [键映射总览](zh-cn/keymap.md)
  39. * 开发环境
  40. * [Docker指南](zh-cn/getting_started_docker.md)
  41. * [Vagrant指南](zh-cn/getting_started_vagrant.md)
  42. * 刷写(Flashing)
  43. * [刷写](zh-cn/flashing.md)
  44. * [刷写ATmega32A (ps2avrgb)](zh-cn/flashing_bootloadhid.md)
  45. * IDE
  46. * [在Eclipse中使用QMK](zh-cn/other_eclipse.md)
  47. * [在VSCode中使用QMK](zh-cn/other_vscode.md)
  48. * Git最佳实践
  49. * [介绍](zh-cn/newbs_git_best_practices.md)
  50. * [你自己的副本](zh-cn/newbs_git_using_your_master_branch.md)
  51. * [冲突合并](zh-cn/newbs_git_resolving_merge_conflicts.md)
  52. * [基于你的分支修复](zh-cn/newbs_git_resynchronize_a_branch.md)
  53. * 键盘组装
  54. * [飞线指南](zh-cn/hand_wire.md)
  55. * [ISP刷写指南](zh-cn/isp_flashing_guide.md)
  56. * 键码入门
  57. * [键码汇总](zh-cn/keycodes.md)
  58. * [基础键码](zh-cn/keycodes_basic.md)
  59. * [语言特定的键码](zh-cn/reference_keymap_extras.md)
  60. * [修饰键](zh-cn/feature_advanced_keycodes.md)
  61. * [原子键码](zh-cn/quantum_keycodes.md)
  62. * [Magic键码](zh-cn/keycodes_magic.md)
  63. * 键码进阶
  64. * [指令](zh-cn/feature_command.md)
  65. * [动态宏](zh-cn/feature_dynamic_macros.md)
  66. * [Grave Escape](zh-cn/feature_grave_esc.md)
  67. * [前导键](zh-cn/feature_leader_key.md)
  68. * [Mod-Tap](zh-cn/mod_tap.md)
  69. * [](zh-cn/feature_macros.md)
  70. * [鼠标键](zh-cn/feature_mouse_keys.md)
  71. * [Space Cadet Shift](zh-cn/feature_space_cadet.md)
  72. * [US ANSI上档键值](zh-cn/keycodes_us_ansi_shifted.md)
  73. * 软件特性
  74. * [自动Shift](zh-cn/feature_auto_shift.md)
  75. * [组合键](zh-cn/feature_combo.md)
  76. * [防抖API](zh-cn/feature_debounce_type.md)
  77. * [按键锁定](zh-cn/feature_key_lock.md)
  78. * [按键重定义](zh-cn/feature_key_overrides.md)
  79. * [](zh-cn/feature_layers.md)
  80. * [粘滞键](zh-cn/one_shot_keys.md)
  81. * [光标设备](zh-cn/feature_pointing_device.md)
  82. * [原生HID](zh-cn/feature_rawhid.md)
  83. * [Sequencer](zh-cn/feature_sequencer.md)
  84. * [换手](zh-cn/feature_swap_hands.md)
  85. * [一键多用](zh-cn/feature_tap_dance.md)
  86. * [点按配置](zh-cn/tap_hold.md)
  87. * [终端](zh-cn/feature_terminal.md)
  88. * [Unicode](zh-cn/feature_unicode.md)
  89. * [用户空间](zh-cn/feature_userspace.md)
  90. * [WPM计算](zh-cn/feature_wpm.md)
  91. * 硬件特性
  92. * 显示
  93. * [HD44780 LCD控制器](zh-cn/feature_hd44780.md)
  94. * [ST7565 LCD驱动](zh-cn/feature_st7565.md)
  95. * [OLED驱动](zh-cn/feature_oled_driver.md)
  96. * 灯效
  97. * [背光](zh-cn/feature_backlight.md)
  98. * [LED矩阵](zh-cn/feature_led_matrix.md)
  99. * [RGB灯光](zh-cn/feature_rgblight.md)
  100. * [RGB矩阵](zh-cn/feature_rgb_matrix.md)
  101. * [音频](zh-cn/feature_audio.md)
  102. * [蓝牙](zh-cn/feature_bluetooth.md)
  103. * [Bootmagic Lite](zh-cn/feature_bootmagic.md)
  104. * [自定义矩阵](zh-cn/custom_matrix.md)
  105. * [Digitizer](zh-cn/feature_digitizer.md)
  106. * [拨动开关(DIP Switch)](zh-cn/feature_dip_switch.md)
  107. * [编码器(旋钮)](zh-cn/feature_encoders.md)
  108. * [触摸反馈](zh-cn/feature_haptic_feedback.md)
  109. * [摇杆](zh-cn/feature_joystick.md)
  110. * [LED指示](zh-cn/feature_led_indicators.md)
  111. * [MIDI](zh-cn/feature_midi.md)
  112. * [Proton C转换](zh-cn/proton_c_conversion.md)
  113. * [PS/2鼠标](zh-cn/feature_ps2_mouse.md)
  114. * [分体式键盘](zh-cn/feature_split_keyboard.md)
  115. * [速记](zh-cn/feature_stenography.md)
  116. * [热敏打印机](zh-cn/feature_thermal_printer.md)
  117. * [Velocikey](zh-cn/feature_velocikey.md)
  118. * QMK开发
  119. * [PR Checklist](zh-cn/pr_checklist.md)
  120. * 打破兼容的改动
  121. * [总览](zh-cn/breaking_changes.md)
  122. * [我的PR已打上标记](zh-cn/breaking_changes_instructions.md)
  123. * [近期的变更日志(Changelog)](zh-cn/ChangeLog/20210529.md "QMK v0.13.0 - 2021 May 29")
  124. * [更早期的不兼容改动](zh-cn/breaking_changes_history.md)
  125. * C语言开发
  126. * [ARM调试指引](zh-cn/arm_debugging.md)
  127. * [AVR处理器](zh-cn/hardware_avr.md)
  128. * [C编码规范](zh-cn/coding_conventions_c.md)
  129. * [兼容的微处理器](zh-cn/compatible_microcontrollers.md)
  130. * [驱动](zh-cn/hardware_drivers.md)
  131. * [ADC驱动](zh-cn/adc_driver.md)
  132. * [Audio驱动](zh-cn/audio_driver.md)
  133. * [I2C驱动](zh-cn/i2c_driver.md)
  134. * [SPI驱动](zh-cn/spi_driver.md)
  135. * [WS2812驱动](zh-cn/ws2812_driver.md)
  136. * [EEPROM驱动](zh-cn/eeprom_driver.md)
  137. * [串口驱动](zh-cn/serial_driver.md)
  138. * [UART驱动](zh-cn/uart_driver.md)
  139. * [操控GPIO](zh-cn/gpio_control.md)
  140. * [键盘开发指引](zh-cn/hardware_keyboard_guidelines.md)
  141. * Python开发
  142. * [编码规范](zh-cn/coding_conventions_python.md)
  143. * [QMK CLI开发](zh-cn/cli_development.md)
  144. * 配置器开发
  145. * QMK API
  146. * [开发环境](zh-cn/api_development_environment.md)
  147. * [架构总览](zh-cn/api_development_overview.md)
  148. * 硬件平台开发
  149. * Arm/ChibiOS
  150. * [选择MCU](zh-cn/platformdev_selecting_arm_mcu.md)
  151. * [启动引导](zh-cn/platformdev_chibios_earlyinit.md)
  152. * QMK参考信息
  153. * [参与到QMK](zh-cn/contributing.md)
  154. * [翻译QMK文档](zh-cn/translating.md)<!--but should we translate this? currently keep it fallback-->
  155. * [配置](zh-cn/config_options.md)
  156. * [数据驱动配置](zh-cn/data_driven_config.md)
  157. * [Make指引](zh-cn/getting_started_make_guide.md)
  158. * [编写文档的最佳实践](zh-cn/documentation_best_practices.md)
  159. * [文档模板](zh-cn/documentation_templates.md)
  160. * [贡献配列到社区](zh-cn/feature_layouts.md)
  161. * [单元测试](zh-cn/unit_testing.md)
  162. * [常用函数](zh-cn/ref_functions.md)
  163. * [info.json参考资料](zh-cn/reference_info_json.md)
  164. * 深入了解
  165. * [键盘工作原理](zh-cn/how_keyboards_work.md)
  166. * [键盘矩阵原理](zh-cn/how_a_matrix_works.md)
  167. * [了解QMK](zh-cn/understanding_qmk.md)
  168. * QMK内部细节 (编辑中)
  169. * [定义](zh-cn/internals/defines.md)
  170. * [输入回调的注册](zh-cn/internals/input_callback_reg.md)
  171. * [Midi设备](zh-cn/internals/midi_device.md)
  172. * [Midi设备驱动流程](zh-cn/internals/midi_device_setup_process.md)
  173. * [Midi辅助功能](zh-cn/internals/midi_util.md)
  174. * [发送函数](zh-cn/internals/send_functions.md)
  175. * [Sysex工具](zh-cn/internals/sysex_tools.md)
  176. <!--fromen:20211014-12:00(GMT+8) commit 04cf161aa01fd433b5dae69d9fd31569ed5dca59-->