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.

106 lines
3.8 KiB

  1. * [完全菜鸟指南](newbs.md)
  2. * [入门](newbs_getting_started.md)
  3. * [构建你的第一个固件](newbs_building_firmware.md)
  4. * [刷新固件](newbs_flashing.md)
  5. * [测试和调试](newbs_testing_debugging.md)
  6. * [Git最佳实践](newbs_best_practices.md)
  7. * [学习资源](newbs_learn_more_resources.md)
  8. * [QMK基础](README.md)
  9. * [QMK简介](getting_started_introduction.md)
  10. * [向QMK贡献](contributing.md)
  11. * [如何使用Github](getting_started_github.md)
  12. * [获得帮助](getting_started_getting_help.md)
  13. * [问题解答](faq.md)
  14. * [一般问题](faq_general.md)
  15. * [构建/编译](faq_build.md)
  16. * [调试/故障排除](faq_debug.md)
  17. * [键盘映射](faq_keymap.md)
  18. * 详细指南
  19. * [安装构建工具](getting_started_build_tools.md)
  20. * [vagrant指南](getting_started_vagrant.md)
  21. * [构建/编译指令](getting_started_make_guide.md)
  22. * [刷新固件](flashing.md)
  23. * [定制功能](custom_quantum_functions.md)
  24. * [映射概述](keymap.md)
  25. * [硬件](hardware.md)
  26. * [AVR处理器](hardware_avr.md)
  27. * [驱动](hardware_drivers.md)
  28. * 参考
  29. * [键盘指南](hardware_keyboard_guidelines.md)
  30. * [配置选项](config_options.md)
  31. * [键码](keycodes.md)
  32. * [记录最佳实践](documentation_best_practices.md)
  33. * [文档模板](documentation_templates.md)
  34. * [术语表](reference_glossary.md)
  35. * [单元测试](unit_testing.md)
  36. * [有用的功能](ref_functions.md)
  37. * [配置器支持](reference_configurator_support.md)
  38. * [info.json 格式](reference_info_json.md)
  39. * [特性](features.md)
  40. * [基本键码](keycodes_basic.md)
  41. * [US ANSI控制码](keycodes_us_ansi_shifted.md)
  42. * [量子键码](quantum_keycodes.md)
  43. * [高级键码](feature_advanced_keycodes.md)
  44. * [音频](feature_audio.md)
  45. * [自动shift](feature_auto_shift.md)
  46. * [背光](feature_backlight.md)
  47. * [蓝牙](feature_bluetooth.md)
  48. * [热改键](feature_bootmagic.md)
  49. * [组合](feature_combo)
  50. * [命令](feature_command.md)
  51. * [动态宏指令](feature_dynamic_macros.md)
  52. * [编码器](feature_encoders.md)
  53. * [重音号Esc复合键](feature_grave_esc.md)
  54. * [自锁键](feature_key_lock.md)
  55. * [布局](feature_layouts.md)
  56. * [前导键](feature_leader_key.md)
  57. * [LED阵列](feature_led_matrix.md)
  58. * [宏指令](feature_macros.md)
  59. * [鼠标键](feature_mouse_keys.md)
  60. * [一键功能](feature_advanced_keycodes.md#one-shot-keys)
  61. * [指针设备](feature_pointing_device.md)
  62. * [PS/2鼠标](feature_ps2_mouse.md)
  63. * [RGB灯光](feature_rgblight.md)
  64. * [RGB矩阵](feature_rgb_matrix.md)
  65. * [空格候补换挡](feature_space_cadet_shift.md)
  66. * [空格候补换挡回车](feature_space_cadet_shift_enter.md)
  67. * [速录机](feature_stenography.md)
  68. * [换手](feature_swap_hands.md)
  69. * [多击键](feature_tap_dance.md)
  70. * [终端](feature_terminal.md)
  71. * [热敏打印机](feature_thermal_printer.md)
  72. * [Unicode](feature_unicode.md)
  73. * [用户空间](feature_userspace.md)
  74. * [速度键](feature_velocikey.md)
  75. * 针对制造者和定制者
  76. * [手工连线指南](hand_wire.md)
  77. * [ISP刷新指南](isp_flashing_guide.md)
  78. * [ARM调试指南](arm_debugging.md)
  79. * [I2C驱动](i2c_driver.md)
  80. * [GPIO控制器](internals_gpio_control.md)
  81. * [Proton C转换](proton_c_conversion.md)
  82. * 深入了解
  83. * [键盘如何工作](how_keyboards_work.md)
  84. * [理解QMK](understanding_qmk.md)
  85. * 其他话题
  86. * [使用Eclipse开发QMK](other_eclipse.md)
  87. * [使用VSCode开发QMK](other_vscode.md)
  88. * [支持](support.md)
  89. * QMK 内构 (正在编写)
  90. * [定义](internals_defines.md)
  91. * [输入回调寄存器](internals_input_callback_reg.md)
  92. * [Midi设备](internals_midi_device.md)
  93. * [Midi设备设置过程](internals_midi_device_setup_process.md)
  94. * [Midi工具库](internals_midi_util.md)
  95. * [发送函数](internals_send_functions.md)
  96. * [Sysex工具](internals_sysex_tools.md)