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.

140 lines
6.4 KiB

  1. <div dir="rtl" markdown="1">
  2. **בשפה העברית**
  3. * [המדריך המלא למתחילים](he-il/newbs.md)
  4. * [מקורות ללמידה](he-il/newbs_learn_more_resources.md)
  5. * [בסיס QMK](he-il/README.md)
  6. * [מבוא לQMK](he-il/getting_started_introduction.md)
  7. * [איך להשתמש בGitHub](he-il/getting_started_github.md)
  8. * [קבלת עזרה](he-il/getting_started_getting_help.md)
  9. * [שאלות נפוצות](he-il/faq.md)
  10. * [שאלות נפוצות כלליות](he-il/faq_general.md)
  11. * [חומרה](he-il/hardware.md)
  12. * התייחסויות
  13. * [איך לתעד נכון](he-il/documentation_best_practices.md)
  14. **בשפה האנגלית**
  15. * [המדריך המלא למתחילים](he-il/newbs.md)
  16. * [התחלה](he-il/newbs_getting_started.md)
  17. * [בנייה של הקושחה הראשונה שלך](he-il/newbs_building_firmware.md)
  18. * [צריבה של הקושחה](he-il/newbs_flashing.md)
  19. * [בדיקות ודיבאגינג](he-il/newbs_testing_debugging.md)
  20. * [עבודה נכונה ב GIT](he-il/newbs_best_practices.md)
  21. * [מקורות ללמידה](he-il/newbs_learn_more_resources.md)
  22. * [בסיס QMK](he-il/README.md)
  23. * [מבוא לQMK](he-il/getting_started_introduction.md)
  24. * [QMK CLI](he-il/cli.md)
  25. * [QMK CLI Config](he-il/cli_configuration.md)
  26. * [תרומה ל QMK](he-il/contributing.md)
  27. * [איך להשתמש בGitHub](he-il/getting_started_github.md)
  28. * [קבלת עזרה](he-il/getting_started_getting_help.md)
  29. * [שינויים משמעותיים](he-il/breaking_changes.md)
  30. * [2019 Aug 30](he-il/ChangeLog/20190830.md)
  31. * [שאלות נפוצות](he-il/faq.md)
  32. * [שאלות נפוצות כלליות](he-il/faq_general.md)
  33. * [בנייה/קומפילציה של QMK](he-il/faq_build.md)
  34. * [דיבאגינג ופתרון תקלות של QMK](he-il/faq_debug.md)
  35. * [מיפוי מקשים](he-il/faq_keymap.md)
  36. * [התקנת דרייברים עם Zadig](he-il/driver_installation_zadig.md)
  37. * מדריכים מפורטים
  38. * [התקנת כלי Build](he-il/getting_started_build_tools.md)
  39. * [מדריך Vagrant](he-il/getting_started_vagrant.md)
  40. * [הוראות בנייה/קומפילציה](he-il/getting_started_make_guide.md)
  41. * [צריבת קושחה](he-il/flashing.md)
  42. * [התאמה אישית של הפונקציונאליות](he-il/custom_quantum_functions.md)
  43. * [מיפוי מקשים](he-il/keymap.md)
  44. * [חומרה](he-il/hardware.md)
  45. * [מעבדי AVR](he-il/hardware_avr.md)
  46. * [דרייברים](he-il/hardware_drivers.md)
  47. * התייחסויות
  48. * [מדריך למקלדות](he-il/hardware_keyboard_guidelines.md)
  49. * [אפשרויות הגדרות](he-il/config_options.md)
  50. * [קודי מקשים](he-il/keycodes.md)
  51. * [קונבנציות קוד - C](he-il/coding_conventions_c.md)
  52. * [קונבנציות קוד - Python](he-il/coding_conventions_python.md)
  53. * [איך לתעד נכון](he-il/documentation_best_practices.md)
  54. * [טמפלטים לדוקומנטציה](he-il/documentation_templates.md)
  55. * [מילון](he-il/reference_glossary.md)
  56. * [בדיקות יחידה](he-il/unit_testing.md)
  57. * [פונקציות שימושיות](he-il/ref_functions.md)
  58. * [תמיכה בConfigurator](he-il/reference_configurator_support.md)
  59. * [פורמט info.json](he-il/reference_info_json.md)
  60. * [פיתוח בPython CLI](he-il/cli_development.md)
  61. * [תכונות](he-il/features.md)
  62. * [Basic Keycodes](he-il/keycodes_basic.md)
  63. * [US ANSI Shifted Keys](he-il/keycodes_us_ansi_shifted.md)
  64. * [Quantum Keycodes](he-il/quantum_keycodes.md)
  65. * [Advanced Keycodes](he-il/feature_advanced_keycodes.md)
  66. * [Audio](he-il/feature_audio.md)
  67. * [Auto Shift](he-il/feature_auto_shift.md)
  68. * [Backlight](he-il/feature_backlight.md)
  69. * [Bluetooth](he-il/feature_bluetooth.md)
  70. * [Bootmagic](he-il/feature_bootmagic.md)
  71. * [Combos](he-il/feature_combo.md)
  72. * [Command](he-il/feature_command.md)
  73. * [Debounce API](he-il/feature_debounce_type.md)
  74. * [DIP Switch](he-il/feature_dip_switch.md)
  75. * [Dynamic Macros](he-il/feature_dynamic_macros.md)
  76. * [Encoders](he-il/feature_encoders.md)
  77. * [Grave Escape](he-il/feature_grave_esc.md)
  78. * [Haptic Feedback](he-il/feature_haptic_feedback.md)
  79. * [HD44780 LCD Controller](he-il/feature_hd44780.md)
  80. * [Key Lock](he-il/feature_key_lock.md)
  81. * [Layouts](he-il/feature_layouts.md)
  82. * [Leader Key](he-il/feature_leader_key.md)
  83. * [LED Matrix](he-il/feature_led_matrix.md)
  84. * [Macros](he-il/feature_macros.md)
  85. * [Mouse Keys](he-il/feature_mouse_keys.md)
  86. * [OLED Driver](he-il/feature_oled_driver.md)
  87. * [One Shot Keys](he-il/one_shot_keys.md)
  88. * [Pointing Device](he-il/feature_pointing_device.md)
  89. * [PS/2 Mouse](he-il/feature_ps2_mouse.md)
  90. * [RGB Lighting](he-il/feature_rgblight.md)
  91. * [RGB Matrix](he-il/feature_rgb_matrix.md)
  92. * [Space Cadet](he-il/feature_space_cadet.md)
  93. * [Split Keyboard](he-il/feature_split_keyboard.md)
  94. * [Stenography](he-il/feature_stenography.md)
  95. * [Swap Hands](he-il/feature_swap_hands.md)
  96. * [Tap Dance](he-il/feature_tap_dance.md)
  97. * [Terminal](he-il/feature_terminal.md)
  98. * [Thermal Printer](he-il/feature_thermal_printer.md)
  99. * [Unicode](he-il/feature_unicode.md)
  100. * [Userspace](he-il/feature_userspace.md)
  101. * [Velocikey](he-il/feature_velocikey.md)
  102. * למייקרים ומודרים
  103. * [מדריך לכתיבה ידנית](he-il/hand_wire.md)
  104. * [מדריך לצריבת ISP](he-il/isp_flashing_guide.md)
  105. * [מדריך לדיבאגינג ARM](he-il/arm_debugging.md)
  106. * [מנהל התקן I2C](he-il/i2c_driver.md)
  107. * [מנהל התקן SPI](he-il/spi_driver.md)
  108. * [בקרת GPIO](he-il/internals_gpio_control.md)
  109. * [המרת Proton C](he-il/proton_c_conversion.md)
  110. * להבנה עמוקה יותר
  111. * [איך עובדות מקלדות](he-il/how_keyboards_work.md)
  112. * [להבין את QMK](he-il/understanding_qmk.md)
  113. * נושאים נוספים
  114. * [שימוש ב - Eclipse עם QMK](he-il/other_eclipse.md)
  115. * [שימוש ב - VSCode עם QMK](he-il/other_vscode.md)
  116. * [תמיכה](he-il/getting_started_getting_help.md)
  117. * [כיצד להוסיף תרגום](he-il/translating.md)
  118. * QMK מבפנים (בתהליך)
  119. * [Defines](he-il/internals_defines.md)
  120. * [Input Callback Reg](he-il/internals_input_callback_reg.md)
  121. * [Midi Device](he-il/internals_midi_device.md)
  122. * [Midi Device Setup Process](he-il/internals_midi_device_setup_process.md)
  123. * [Midi Util](he-il/internals_midi_util.md)
  124. * [Send Functions](he-il/internals_send_functions.md)
  125. * [Sysex Tools](he-il/internals_sysex_tools.md)
  126. </div>