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.

124 lines
5.3 KiB

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