diff options
author | fauxpark <fauxpark@gmail.com> | 2019-11-26 18:22:13 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 18:22:13 +1100 |
commit | 170261328e3b83409dfb3a6b2bd07980d0c75495 (patch) | |
tree | 103bdbd1933d4c9c0c334eb6ee1617271349e2fc | |
parent | 5a6737a778cfa828e4fdb5d382a84a41e5210d8e (diff) | |
download | qmk_firmware-170261328e3b83409dfb3a6b2bd07980d0c75495.tar.gz qmk_firmware-170261328e3b83409dfb3a6b2bd07980d0c75495.zip |
Add language prefixes to docs sidebar entries and readmes (#7406)
* Add language prefixes to docs sidebar entries and readmes
* Remove prefix where it doesn't belong
-rw-r--r-- | docs/de/_summary.md | 2 | ||||
-rw-r--r-- | docs/es/README.md | 4 | ||||
-rw-r--r-- | docs/es/_summary.md | 208 | ||||
-rw-r--r-- | docs/fr-fr/README.md | 4 | ||||
-rw-r--r-- | docs/fr-fr/_summary.md | 162 | ||||
-rw-r--r-- | docs/he-il/README.md | 4 | ||||
-rw-r--r-- | docs/he-il/_summary.md | 211 | ||||
-rw-r--r-- | docs/zh-cn/README.md | 4 |
8 files changed, 300 insertions, 299 deletions
diff --git a/docs/de/_summary.md b/docs/de/_summary.md index 37768355f..f3ce806ba 100644 --- a/docs/de/_summary.md +++ b/docs/de/_summary.md | |||
@@ -111,7 +111,7 @@ | |||
111 | * [Support](de/support.md) | 111 | * [Support](de/support.md) |
112 | * [Übersetzungen](de/translating.md) | 112 | * [Übersetzungen](de/translating.md) |
113 | 113 | ||
114 | * QMK Internals (de/In Progress) | 114 | * QMK Internals (In Progress) |
115 | * [Defines](de/internals_defines.md) | 115 | * [Defines](de/internals_defines.md) |
116 | * [Input Callback Reg](de/internals_input_callback_reg.md) | 116 | * [Input Callback Reg](de/internals_input_callback_reg.md) |
117 | * [Midi Device](de/internals_midi_device.md) | 117 | * [Midi Device](de/internals_midi_device.md) |
diff --git a/docs/es/README.md b/docs/es/README.md index 73e7a7097..d39b27800 100644 --- a/docs/es/README.md +++ b/docs/es/README.md | |||
@@ -19,7 +19,7 @@ De cualquier manera, también puedes descargarlo directamente en formatos ([zip] | |||
19 | 19 | ||
20 | ## Cómo compilar | 20 | ## Cómo compilar |
21 | 21 | ||
22 | Antes de poder compilar, necesitarás [instalar un entorno](getting_started_build_tools.md) para el desarrollo de AVR y/o ARM. Una vez hayas completado este paso, usarás el comando `make` para compilar un teclado y keymap con la siguiente notación: | 22 | Antes de poder compilar, necesitarás [instalar un entorno](es/getting_started_build_tools.md) para el desarrollo de AVR y/o ARM. Una vez hayas completado este paso, usarás el comando `make` para compilar un teclado y keymap con la siguiente notación: |
23 | 23 | ||
24 | make planck/rev4:default | 24 | make planck/rev4:default |
25 | 25 | ||
@@ -29,4 +29,4 @@ Este ejemplo compilaría la revisión `rev4` del teclado `planck` con el keymap | |||
29 | 29 | ||
30 | ## Cómo personalizar | 30 | ## Cómo personalizar |
31 | 31 | ||
32 | QMK tiene montones de [características](features.md) para explorar, y una buena cantidad de [documentación de referencia](http://docs.qmk.fm) en la que sumergirse. Se pueden sacar provecho de la mayoría de las características modificando tu [keymap](keymap.md), y cambiando los [keycodes](keycodes.md). | 32 | QMK tiene montones de [características](es/features.md) para explorar, y una buena cantidad de [documentación de referencia](http://docs.qmk.fm) en la que sumergirse. Se pueden sacar provecho de la mayoría de las características modificando tu [keymap](es/keymap.md), y cambiando los [keycodes](es/keycodes.md). |
diff --git a/docs/es/_summary.md b/docs/es/_summary.md index 684d7ab6c..03bf05ba8 100644 --- a/docs/es/_summary.md +++ b/docs/es/_summary.md | |||
@@ -1,121 +1,121 @@ | |||
1 | * [Guía completa para novatos](newbs.md) | 1 | * [Guía completa para novatos](es/newbs.md) |
2 | * [Empezando](newbs_getting_started.md) | 2 | * [Empezando](es/newbs_getting_started.md) |
3 | * [Construyendo tu primer firmare](newbs_building_firmware.md) | 3 | * [Construyendo tu primer firmare](es/newbs_building_firmware.md) |
4 | * [Flasheando el firmware](newbs_flashing.md) | 4 | * [Flasheando el firmware](es/newbs_flashing.md) |
5 | * [Testeando y depurando ](newbs_testing_debugging.md) | 5 | * [Testeando y depurando ](es/newbs_testing_debugging.md) |
6 | * [Mejores práticas](newbs_best_practices.md) | 6 | * [Mejores práticas](es/newbs_best_practices.md) |
7 | * [Recursos de aprendizaje](newbs_learn_more_resources.md) | 7 | * [Recursos de aprendizaje](es/newbs_learn_more_resources.md) |
8 | 8 | ||
9 | * [QMK Basics](README.md) | 9 | * [QMK Basics](es/README.md) |
10 | * [Introducción a QMK](getting_started_introduction.md) | 10 | * [Introducción a QMK](es/getting_started_introduction.md) |
11 | * [QMK CLI](cli.md) | 11 | * [QMK CLI](es/cli.md) |
12 | * [Configuración de QMK CLI](cli_configuration.md) | 12 | * [Configuración de QMK CLI](es/cli_configuration.md) |
13 | * [Contribuyendo a QMK](contributing.md) | 13 | * [Contribuyendo a QMK](es/contributing.md) |
14 | * [Cómo usar Github](getting_started_github.md) | 14 | * [Cómo usar Github](es/getting_started_github.md) |
15 | * [Obtener ayuda](getting_started_getting_help.md) | 15 | * [Obtener ayuda](es/getting_started_getting_help.md) |
16 | 16 | ||
17 | * [Cambios incompatibles](breaking_changes.md) | 17 | * [Cambios incompatibles](es/breaking_changes.md) |
18 | * [30 Ago 2019](ChangeLog/20190830.md) | 18 | * [30 Ago 2019](es/ChangeLog/20190830.md) |
19 | 19 | ||
20 | * [Preguntas frecuentes](faq.md) | 20 | * [Preguntas frecuentes](es/faq.md) |
21 | * [General](faq_general.md) | 21 | * [General](es/faq_general.md) |
22 | * [Construir/Compilar QMK](faq_build.md) | 22 | * [Construir/Compilar QMK](es/faq_build.md) |
23 | * [Depurando/Encontrando problemas en QMK](faq_debug.md) | 23 | * [Depurando/Encontrando problemas en QMK](es/faq_debug.md) |
24 | * [Keymap](faq_keymap.md) | 24 | * [Keymap](es/faq_keymap.md) |
25 | * [Instalación de drivers con Zadig](driver_installation_zadig.md) | 25 | * [Instalación de drivers con Zadig](es/driver_installation_zadig.md) |
26 | 26 | ||
27 | * Guías detalladas | 27 | * Guías detalladas |
28 | * [Instalar herramientas construcción](getting_started_build_tools.md) | 28 | * [Instalar herramientas construcción](es/getting_started_build_tools.md) |
29 | * [Guía Vagrant](getting_started_vagrant.md) | 29 | * [Guía Vagrant](es/getting_started_vagrant.md) |
30 | * [Instrucciones de Construcción/Compilado](getting_started_make_guide.md) | 30 | * [Instrucciones de Construcción/Compilado](es/getting_started_make_guide.md) |
31 | * [Flasheando Firmware](flashing.md) | 31 | * [Flasheando Firmware](es/flashing.md) |
32 | * [Personalizando funcionalidad](custom_quantum_functions.md) | 32 | * [Personalizando funcionalidad](es/custom_quantum_functions.md) |
33 | * [Visión general del Keymap](keymap.md) | 33 | * [Visión general del Keymap](es/keymap.md) |
34 | 34 | ||
35 | * [Hardware](hardware.md) | 35 | * [Hardware](es/hardware.md) |
36 | * [Procesadores AVR](hardware_avr.md) | 36 | * [Procesadores AVR](es/hardware_avr.md) |
37 | * [Drivers](hardware_drivers.md) | 37 | * [Drivers](es/hardware_drivers.md) |
38 | 38 | ||
39 | * Referencia | 39 | * Referencia |
40 | * [Pautas de teclados](hardware_keyboard_guidelines.md) | 40 | * [Pautas de teclados](es/hardware_keyboard_guidelines.md) |
41 | * [Opciones de configuración](config_options.md) | 41 | * [Opciones de configuración](es/config_options.md) |
42 | * [Keycodes](keycodes.md) | 42 | * [Keycodes](es/keycodes.md) |
43 | * [Convenciones de código - C](coding_conventions_c.md) | 43 | * [Convenciones de código - C](es/coding_conventions_c.md) |
44 | * [Convenciones de código - Python](coding_conventions_python.md) | 44 | * [Convenciones de código - Python](es/coding_conventions_python.md) |
45 | * [Mejores prácticas de documentación](documentation_best_practices.md) | 45 | * [Mejores prácticas de documentación](es/documentation_best_practices.md) |
46 | * [Plantillas de documentación](documentation_templates.md) | 46 | * [Plantillas de documentación](es/documentation_templates.md) |
47 | * [Glosario](reference_glossary.md) | 47 | * [Glosario](es/reference_glossary.md) |
48 | * [Tests unitarios](unit_testing.md) | 48 | * [Tests unitarios](es/unit_testing.md) |
49 | * [Funciones útiles](ref_functions.md) | 49 | * [Funciones útiles](es/ref_functions.md) |
50 | * [Sporte configurador](reference_configurator_support.md) | 50 | * [Sporte configurador](es/reference_configurator_support.md) |
51 | * [Formato info.json](reference_info_json.md) | 51 | * [Formato info.json](es/reference_info_json.md) |
52 | * [Desarrollo Python CLI](cli_development.md) | 52 | * [Desarrollo Python CLI](es/cli_development.md) |
53 | 53 | ||
54 | * [Características](features.md) | 54 | * [Características](es/features.md) |
55 | * [Keycodes Básicos](keycodes_basic.md) | 55 | * [Keycodes Básicos](es/keycodes_basic.md) |
56 | * [Teclas US ANSI Shifted](keycodes_us_ansi_shifted.md) | 56 | * [Teclas US ANSI Shifted](es/keycodes_us_ansi_shifted.md) |
57 | * [Keycodes Quantum](quantum_keycodes.md) | 57 | * [Keycodes Quantum](es/quantum_keycodes.md) |
58 | * [Keycodes Avanzados](feature_advanced_keycodes.md) | 58 | * [Keycodes Avanzados](es/feature_advanced_keycodes.md) |
59 | * [Audio](feature_audio.md) | 59 | * [Audio](es/feature_audio.md) |
60 | * [Auto Shift](feature_auto_shift.md) | 60 | * [Auto Shift](es/feature_auto_shift.md) |
61 | * [Retroiluminación](feature_backlight.md) | 61 | * [Retroiluminación](es/feature_backlight.md) |
62 | * [Bluetooth](feature_bluetooth.md) | 62 | * [Bluetooth](es/feature_bluetooth.md) |
63 | * [Bootmagic](feature_bootmagic.md) | 63 | * [Bootmagic](es/feature_bootmagic.md) |
64 | * [Combos](feature_combo.md) | 64 | * [Combos](es/feature_combo.md) |
65 | * [Comando](feature_command.md) | 65 | * [Comando](es/feature_command.md) |
66 | * [API Debounce](feature_debounce_type.md) | 66 | * [API Debounce](es/feature_debounce_type.md) |
67 | * [Switch DIP](feature_dip_switch.md) | 67 | * [Switch DIP](es/feature_dip_switch.md) |
68 | * [Macros Dinámicas](feature_dynamic_macros.md) | 68 | * [Macros Dinámicas](es/feature_dynamic_macros.md) |
69 | * [Encoders](feature_encoders.md) | 69 | * [Encoders](es/feature_encoders.md) |
70 | * [Grave Escape](feature_grave_esc.md) | 70 | * [Grave Escape](es/feature_grave_esc.md) |
71 | * [Feedback Háptico](feature_haptic_feedback.md) | 71 | * [Feedback Háptico](es/feature_haptic_feedback.md) |
72 | * [Controlador LCD HD44780](feature_hd44780.md) | 72 | * [Controlador LCD HD44780](es/feature_hd44780.md) |
73 | * [Key Lock](feature_key_lock.md) | 73 | * [Key Lock](es/feature_key_lock.md) |
74 | * [Layouts](feature_layouts.md) | 74 | * [Layouts](es/feature_layouts.md) |
75 | * [Tecla Leader](feature_leader_key.md) | 75 | * [Tecla Leader](es/feature_leader_key.md) |
76 | * [Matriz LED](feature_led_matrix.md) | 76 | * [Matriz LED](es/feature_led_matrix.md) |
77 | * [Macros](feature_macros.md) | 77 | * [Macros](es/feature_macros.md) |
78 | * [Teclas del ratón](feature_mouse_keys.md) | 78 | * [Teclas del ratón](es/feature_mouse_keys.md) |
79 | * [Driver OLED](feature_oled_driver.md) | 79 | * [Driver OLED](es/feature_oled_driver.md) |
80 | * [Teclas One Shot](feature_advanced_keycodes.md#one-shot-keys) | 80 | * [Teclas One Shot](es/feature_advanced_keycodes.md#one-shot-keys) |
81 | * [Dispositivo de apuntado](feature_pointing_device.md) | 81 | * [Dispositivo de apuntado](es/feature_pointing_device.md) |
82 | * [Ratón PS/2](feature_ps2_mouse.md) | 82 | * [Ratón PS/2](es/feature_ps2_mouse.md) |
83 | * [Iluminación RGB](feature_rgblight.md) | 83 | * [Iluminación RGB](es/feature_rgblight.md) |
84 | * [Matriz RGB](feature_rgb_matrix.md) | 84 | * [Matriz RGB](es/feature_rgb_matrix.md) |
85 | * [Cadete espacial](feature_space_cadet.md) | 85 | * [Cadete espacial](es/feature_space_cadet.md) |
86 | * [Teclado dividido](feature_split_keyboard.md) | 86 | * [Teclado dividido](es/feature_split_keyboard.md) |
87 | * [Stenografía](feature_stenography.md) | 87 | * [Stenografía](es/feature_stenography.md) |
88 | * [Swap Hands](feature_swap_hands.md) | 88 | * [Swap Hands](es/feature_swap_hands.md) |
89 | * [Tap Dance](feature_tap_dance.md) | 89 | * [Tap Dance](es/feature_tap_dance.md) |
90 | * [Terminal](feature_terminal.md) | 90 | * [Terminal](es/feature_terminal.md) |
91 | * [Impresora Térmica](feature_thermal_printer.md) | 91 | * [Impresora Térmica](es/feature_thermal_printer.md) |
92 | * [Unicode](feature_unicode.md) | 92 | * [Unicode](es/feature_unicode.md) |
93 | * [Userspace](feature_userspace.md) | 93 | * [Userspace](es/feature_userspace.md) |
94 | * [Velocikey](feature_velocikey.md) | 94 | * [Velocikey](es/feature_velocikey.md) |
95 | 95 | ||
96 | * Para Makers y Modders | 96 | * Para Makers y Modders |
97 | * [Guía de cableado a mano](hand_wire.md) | 97 | * [Guía de cableado a mano](es/hand_wire.md) |
98 | * [Guía de flasheado de ISP](isp_flashing_guide.md) | 98 | * [Guía de flasheado de ISP](es/isp_flashing_guide.md) |
99 | * [Guía de depuración de ARM](arm_debugging.md) | 99 | * [Guía de depuración de ARM](es/arm_debugging.md) |
100 | * [Driver I2C](i2c_driver.md) | 100 | * [Driver I2C](es/i2c_driver.md) |
101 | * [Controles GPIO](internals_gpio_control.md) | 101 | * [Controles GPIO](es/internals_gpio_control.md) |
102 | * [Conversión Proton C](proton_c_conversion.md) | 102 | * [Conversión Proton C](es/proton_c_conversion.md) |
103 | 103 | ||
104 | * Para entender en profundidad | 104 | * Para entender en profundidad |
105 | * [Cómo funcionan los teclados](how_keyboards_work.md) | 105 | * [Cómo funcionan los teclados](es/how_keyboards_work.md) |
106 | * [Entendiendo QMK](understanding_qmk.md) | 106 | * [Entendiendo QMK](es/understanding_qmk.md) |
107 | 107 | ||
108 | * Otros temas | 108 | * Otros temas |
109 | * [Usando Eclipse con QMK](other_eclipse.md) | 109 | * [Usando Eclipse con QMK](es/other_eclipse.md) |
110 | * [Usando VSCode con QMK](other_vscode.md) | 110 | * [Usando VSCode con QMK](es/other_vscode.md) |
111 | * [Soporte](support.md) | 111 | * [Soporte](es/support.md) |
112 | * [Cómo añadir traducciones](translating.md) | 112 | * [Cómo añadir traducciones](es/translating.md) |
113 | 113 | ||
114 | * QMK Internals (En progreso) | 114 | * QMK Internals (En progreso) |
115 | * [Defines](internals_defines.md) | 115 | * [Defines](es/internals_defines.md) |
116 | * [Input Callback Reg](internals_input_callback_reg.md) | 116 | * [Input Callback Reg](es/internals_input_callback_reg.md) |
117 | * [Dispositivo Midi](internals_midi_device.md) | 117 | * [Dispositivo Midi](es/internals_midi_device.md) |
118 | * [Proceso de configuración de un dispositivo Midi](internals_midi_device_setup_process.md) | 118 | * [Proceso de configuración de un dispositivo Midi](es/internals_midi_device_setup_process.md) |
119 | * [Utilidad Midi](internals_midi_util.md) | 119 | * [Utilidad Midi](es/internals_midi_util.md) |
120 | * [Funciones Send](internals_send_functions.md) | 120 | * [Funciones Send](es/internals_send_functions.md) |
121 | * [Herramientas Sysex](internals_sysex_tools.md) | 121 | * [Herramientas Sysex](es/internals_sysex_tools.md) |
diff --git a/docs/fr-fr/README.md b/docs/fr-fr/README.md index d3591554b..4527ec4b4 100644 --- a/docs/fr-fr/README.md +++ b/docs/fr-fr/README.md | |||
@@ -19,7 +19,7 @@ Sinon, vous pouvez aussi le télécharger directement en ([zip](https://github.c | |||
19 | 19 | ||
20 | ## Comment le compiler | 20 | ## Comment le compiler |
21 | 21 | ||
22 | Avant d'être prêt à compiler vous allez devoir [installer un environnement](getting_started_build_tools.md) pour les développements AVR et/ou ARM. Une fois ceci fait, vous pourrez utiliser la commande `make` pour compiler le clavier et la disposition avec une commande de ce type : | 22 | Avant d'être prêt à compiler vous allez devoir [installer un environnement](fr-fr/getting_started_build_tools.md) pour les développements AVR et/ou ARM. Une fois ceci fait, vous pourrez utiliser la commande `make` pour compiler le clavier et la disposition avec une commande de ce type : |
23 | 23 | ||
24 | make planck/rev4:default | 24 | make planck/rev4:default |
25 | 25 | ||
@@ -29,4 +29,4 @@ Cette commande compilera la révision `rev4` du clavier `planck` avec la disposi | |||
29 | 29 | ||
30 | ## Comment le personnaliser | 30 | ## Comment le personnaliser |
31 | 31 | ||
32 | QMK a beaucoup de [fonctionnalités](features.md) à explorer, et [une documentation](http://docs.qmk.fm) très abondante que vous pourrez parcourir. La plupart des fonctionnalités vous permettrons de modifier vos [dispositions](keymap.md) (keymaps) et de changer [les codes de caractères](keycodes.md) (keycodes). | 32 | QMK a beaucoup de [fonctionnalités](fr-fr/features.md) à explorer, et [une documentation](http://docs.qmk.fm) très abondante que vous pourrez parcourir. La plupart des fonctionnalités vous permettrons de modifier vos [dispositions](fr-fr/keymap.md) (keymaps) et de changer [les codes de caractères](fr-fr/keycodes.md) (keycodes). |
diff --git a/docs/fr-fr/_summary.md b/docs/fr-fr/_summary.md index eef486176..38e3abe7c 100644 --- a/docs/fr-fr/_summary.md +++ b/docs/fr-fr/_summary.md | |||
@@ -29,97 +29,97 @@ | |||
29 | **En Anglais** | 29 | **En Anglais** |
30 | 30 | ||
31 | * Guides détaillés | 31 | * Guides détaillés |
32 | * [Installation des outils de compilation](getting_started_build_tools.md) | 32 | * [Installation des outils de compilation](fr-fr/getting_started_build_tools.md) |
33 | * [Guide Vagrant](getting_started_vagrant.md) | 33 | * [Guide Vagrant](fr-fr/getting_started_vagrant.md) |
34 | * [Commandes de compilations](getting_started_make_guide.md) | 34 | * [Commandes de compilations](fr-fr/getting_started_make_guide.md) |
35 | * [Flasher les firmwares](fr-fr/flashing.md) | 35 | * [Flasher les firmwares](fr-fr/flashing.md) |
36 | * [Personnaliser les fonctionnalités](custom_quantum_functions.md) | 36 | * [Personnaliser les fonctionnalités](fr-fr/custom_quantum_functions.md) |
37 | * [Aperçu des fonctionnalités des dispositions](keymap.md) | 37 | * [Aperçu des fonctionnalités des dispositions](fr-fr/keymap.md) |
38 | 38 | ||
39 | * [Hardware](hardware.md) | 39 | * [Hardware](fr-fr/hardware.md) |
40 | * [Processeurs AVR](hardware_avr.md) | 40 | * [Processeurs AVR](fr-fr/hardware_avr.md) |
41 | * [Pilotes / Drivers](hardware_drivers.md) | 41 | * [Pilotes / Drivers](fr-fr/hardware_drivers.md) |
42 | 42 | ||
43 | * Réferences | 43 | * Réferences |
44 | * [Lignes de conduite des claviers](hardware_keyboard_guidelines.md) | 44 | * [Lignes de conduite des claviers](fr-fr/hardware_keyboard_guidelines.md) |
45 | * [Options de configurations](config_options.md) | 45 | * [Options de configurations](fr-fr/config_options.md) |
46 | * [Keycodes / Codes des caractères](keycodes.md) | 46 | * [Keycodes / Codes des caractères](fr-fr/keycodes.md) |
47 | * [Conventions de codage - C](coding_conventions_c.md) | 47 | * [Conventions de codage - C](fr-fr/coding_conventions_c.md) |
48 | * [Conventions de codage - Python](coding_conventions_python.md) | 48 | * [Conventions de codage - Python](fr-fr/coding_conventions_python.md) |
49 | * [Meilleurs pratiques sur la documentation](documentation_best_practices.md) | 49 | * [Meilleurs pratiques sur la documentation](fr-fr/documentation_best_practices.md) |
50 | * [Modèles de documentation](documentation_templates.md) | 50 | * [Modèles de documentation](fr-fr/documentation_templates.md) |
51 | * [Glossaire](reference_glossary.md) | 51 | * [Glossaire](fr-fr/reference_glossary.md) |
52 | * [Tests unitaires](unit_testing.md) | 52 | * [Tests unitaires](fr-fr/unit_testing.md) |
53 | * [Fonctions utiles](ref_functions.md) | 53 | * [Fonctions utiles](fr-fr/ref_functions.md) |
54 | * [Support de configuration](reference_configurator_support.md) | 54 | * [Support de configuration](fr-fr/reference_configurator_support.md) |
55 | * [Format du fichier info.json](reference_info_json.md) | 55 | * [Format du fichier info.json](fr-fr/reference_info_json.md) |
56 | * [Développer la CLI en Python](cli_development.md) | 56 | * [Développer la CLI en Python](fr-fr/cli_development.md) |
57 | 57 | ||
58 | * [Fonctionnalités](features.md) | 58 | * [Fonctionnalités](fr-fr/features.md) |
59 | * [Keycodes basiques](keycodes_basic.md) | 59 | * [Keycodes basiques](fr-fr/keycodes_basic.md) |
60 | * [Touches utilisées avec Shift (US ANSI)](keycodes_us_ansi_shifted.md) | 60 | * [Touches utilisées avec Shift (US ANSI)](fr-fr/keycodes_us_ansi_shifted.md) |
61 | * [Keycodes quantiques](quantum_keycodes.md) | 61 | * [Keycodes quantiques](fr-fr/quantum_keycodes.md) |
62 | * [Keycodes avancés](feature_advanced_keycodes.md) | 62 | * [Keycodes avancés](fr-fr/feature_advanced_keycodes.md) |
63 | * [Fonctionnalités audio](feature_audio.md) | 63 | * [Fonctionnalités audio](fr-fr/feature_audio.md) |
64 | * [Majuscule automatique](feature_auto_shift.md) | 64 | * [Majuscule automatique](fr-fr/feature_auto_shift.md) |
65 | * [Rétroéclairage](feature_backlight.md) | 65 | * [Rétroéclairage](fr-fr/feature_backlight.md) |
66 | * [Bluetooth](feature_bluetooth.md) | 66 | * [Bluetooth](fr-fr/feature_bluetooth.md) |
67 | * [Bootmagic](feature_bootmagic.md) | 67 | * [Bootmagic](fr-fr/feature_bootmagic.md) |
68 | * [Combos](feature_combo.md) | 68 | * [Combos](fr-fr/feature_combo.md) |
69 | * [Commande](feature_command.md) | 69 | * [Commande](fr-fr/feature_command.md) |
70 | * [API anti-rebond](feature_debounce_type.md) | 70 | * [API anti-rebond](fr-fr/feature_debounce_type.md) |
71 | * [DIP Switch](feature_dip_switch.md) | 71 | * [DIP Switch](fr-fr/feature_dip_switch.md) |
72 | * [Macros dynamiques](feature_dynamic_macros.md) | 72 | * [Macros dynamiques](fr-fr/feature_dynamic_macros.md) |
73 | * [Interrupteurs rotatifs](feature_encoders.md) | 73 | * [Interrupteurs rotatifs](fr-fr/feature_encoders.md) |
74 | * [Grave Escape](feature_grave_esc.md) | 74 | * [Grave Escape](fr-fr/feature_grave_esc.md) |
75 | * [Retour haptique](feature_haptic_feedback.md) | 75 | * [Retour haptique](fr-fr/feature_haptic_feedback.md) |
76 | * [Contrôleur LCD HD44780](feature_hd44780.md) | 76 | * [Contrôleur LCD HD44780](fr-fr/feature_hd44780.md) |
77 | * [Touche à verrou / Lock-key](feature_key_lock.md) | 77 | * [Touche à verrou / Lock-key](fr-fr/feature_key_lock.md) |
78 | * [Dispositions / layouts](feature_layouts.md) | 78 | * [Dispositions / layouts](fr-fr/feature_layouts.md) |
79 | * [Touche leader](feature_leader_key.md) | 79 | * [Touche leader](fr-fr/feature_leader_key.md) |
80 | * [Matrice LED](feature_led_matrix.md) | 80 | * [Matrice LED](fr-fr/feature_led_matrix.md) |
81 | * [Macros](feature_macros.md) | 81 | * [Macros](fr-fr/feature_macros.md) |
82 | * [Boutons de souris](feature_mouse_keys.md) | 82 | * [Boutons de souris](fr-fr/feature_mouse_keys.md) |
83 | * [Pilotes / Drivers OLED](feature_oled_driver.md) | 83 | * [Pilotes / Drivers OLED](fr-fr/feature_oled_driver.md) |
84 | * [Touche one-shot](feature_advanced_keycodes.md#one-shot-keys) | 84 | * [Touche one-shot](fr-fr/feature_advanced_keycodes.md#one-shot-keys) |
85 | * [Périphériques de pointage](feature_pointing_device.md) | 85 | * [Périphériques de pointage](fr-fr/feature_pointing_device.md) |
86 | * [Souris PS/2](feature_ps2_mouse.md) | 86 | * [Souris PS/2](fr-fr/feature_ps2_mouse.md) |
87 | * [Éclairage RGB](feature_rgblight.md) | 87 | * [Éclairage RGB](fr-fr/feature_rgblight.md) |
88 | * [Matrice RGB](feature_rgb_matrix.md) | 88 | * [Matrice RGB](fr-fr/feature_rgb_matrix.md) |
89 | * [Space Cadet](feature_space_cadet.md) | 89 | * [Space Cadet](fr-fr/feature_space_cadet.md) |
90 | * [Claviers scindés / splittés](feature_split_keyboard.md) | 90 | * [Claviers scindés / splittés](fr-fr/feature_split_keyboard.md) |
91 | * [Stenographie](feature_stenography.md) | 91 | * [Stenographie](fr-fr/feature_stenography.md) |
92 | * [Inversion des mains](feature_swap_hands.md) | 92 | * [Inversion des mains](fr-fr/feature_swap_hands.md) |
93 | * [Tap Dance](feature_tap_dance.md) | 93 | * [Tap Dance](fr-fr/feature_tap_dance.md) |
94 | * [Terminale](feature_terminal.md) | 94 | * [Terminale](fr-fr/feature_terminal.md) |
95 | * [Imprimante thermique](feature_thermal_printer.md) | 95 | * [Imprimante thermique](fr-fr/feature_thermal_printer.md) |
96 | * [Caractères unicodes](feature_unicode.md) | 96 | * [Caractères unicodes](fr-fr/feature_unicode.md) |
97 | * [Dossier utilisateur](feature_userspace.md) | 97 | * [Dossier utilisateur](fr-fr/feature_userspace.md) |
98 | * [Velocikey](feature_velocikey.md) | 98 | * [Velocikey](fr-fr/feature_velocikey.md) |
99 | 99 | ||
100 | * Pour les makers et les bricoleurs | 100 | * Pour les makers et les bricoleurs |
101 | * [Guide des claviers soudés à la main](hand_wire.md) | 101 | * [Guide des claviers soudés à la main](fr-fr/hand_wire.md) |
102 | * [Guide de flash de l’ISP](isp_flashing_guide.md) | 102 | * [Guide de flash de l’ISP](fr-fr/isp_flashing_guide.md) |
103 | * [Guide du débogage ARM](arm_debugging.md) | 103 | * [Guide du débogage ARM](fr-fr/arm_debugging.md) |
104 | * [Drivers i2c](i2c_driver.md) | 104 | * [Drivers i2c](fr-fr/i2c_driver.md) |
105 | * [Contrôles des GPIO](internals_gpio_control.md) | 105 | * [Contrôles des GPIO](fr-fr/internals_gpio_control.md) |
106 | * [Conversion en Proton C](proton_c_conversion.md) | 106 | * [Conversion en Proton C](fr-fr/proton_c_conversion.md) |
107 | 107 | ||
108 | * Pour aller plus loin | 108 | * Pour aller plus loin |
109 | * [Comment fonctionnent les claviers](how_keyboards_work.md) | 109 | * [Comment fonctionnent les claviers](fr-fr/how_keyboards_work.md) |
110 | * [Comprendre QMK](understanding_qmk.md) | 110 | * [Comprendre QMK](fr-fr/understanding_qmk.md) |
111 | 111 | ||
112 | * Autres sujets | 112 | * Autres sujets |
113 | * [Utiliser Eclipse avec QMK](other_eclipse.md) | 113 | * [Utiliser Eclipse avec QMK](fr-fr/other_eclipse.md) |
114 | * [Utiliser VSCode avec QMK](other_vscode.md) | 114 | * [Utiliser VSCode avec QMK](fr-fr/other_vscode.md) |
115 | * [Support](support.md) | 115 | * [Support](fr-fr/support.md) |
116 | * [Comment ajouter des traductions](translating.md) | 116 | * [Comment ajouter des traductions](fr-fr/translating.md) |
117 | 117 | ||
118 | * À l’intérieur de QMK (En cours de documentation) | 118 | * À l’intérieur de QMK (En cours de documentation) |
119 | * [Définitions](internals_defines.md) | 119 | * [Définitions](fr-fr/internals_defines.md) |
120 | * [Input Callback Reg](internals_input_callback_reg.md) | 120 | * [Input Callback Reg](fr-fr/internals_input_callback_reg.md) |
121 | * [Appareils Midi](internals_midi_device.md) | 121 | * [Appareils Midi](fr-fr/internals_midi_device.md) |
122 | * [Installation d’un appareil Midi](internals_midi_device_setup_process.md) | 122 | * [Installation d’un appareil Midi](fr-fr/internals_midi_device_setup_process.md) |
123 | * [Utilitaires Midi](internals_midi_util.md) | 123 | * [Utilitaires Midi](fr-fr/internals_midi_util.md) |
124 | * [Fonctions Midi](internals_send_functions.md) | 124 | * [Fonctions Midi](fr-fr/internals_send_functions.md) |
125 | * [Outils Sysex](internals_sysex_tools.md) | 125 | * [Outils Sysex](fr-fr/internals_sysex_tools.md) |
diff --git a/docs/he-il/README.md b/docs/he-il/README.md index db0ad43c3..8e0c470b4 100644 --- a/docs/he-il/README.md +++ b/docs/he-il/README.md | |||
@@ -20,7 +20,7 @@ QMK (*Quantum Mechanical Keyboard*) היא קהילת קוד פתוח (open sour | |||
20 | 20 | ||
21 | ## איך לקמפל | 21 | ## איך לקמפל |
22 | 22 | ||
23 | לפני שתצליחו לקמפל, תדרשו [להתקין סביבה](getting_started_build_tools.md) עבור פיתוח AVR ו/או ARM. ברגע שהדבר בוצע, תוכלו להריץ פקודת `make` כדי לבנות מקלדת ומיפוי עם התחביר הבא: | 23 | לפני שתצליחו לקמפל, תדרשו [להתקין סביבה](he-il/getting_started_build_tools.md) עבור פיתוח AVR ו/או ARM. ברגע שהדבר בוצע, תוכלו להריץ פקודת `make` כדי לבנות מקלדת ומיפוי עם התחביר הבא: |
24 | 24 | ||
25 | make planck/rev4:default | 25 | make planck/rev4:default |
26 | 26 | ||
@@ -30,5 +30,5 @@ QMK (*Quantum Mechanical Keyboard*) היא קהילת קוד פתוח (open sour | |||
30 | 30 | ||
31 | ## איך להתאים | 31 | ## איך להתאים |
32 | 32 | ||
33 | לQMK יש המון [יכולות](features.md) שאפשר לנווט בהן, וכמות נכבדת של [תיעוד ודוקומנטציה](http://docs.qmk.fm) בה אפשר לנבור. רוב הפיצ׳רים באים לידי ביטוי על ידי שינוי [מיפוי המקלדת](keymap.md) ושינוי [קודי המקשים](keycodes.md). | 33 | לQMK יש המון [יכולות](he-il/features.md) שאפשר לנווט בהן, וכמות נכבדת של [תיעוד ודוקומנטציה](http://docs.qmk.fm) בה אפשר לנבור. רוב הפיצ׳רים באים לידי ביטוי על ידי שינוי [מיפוי המקלדת](he-il/keymap.md) ושינוי [קודי המקשים](he-il/keycodes.md). |
34 | </div> | 34 | </div> |
diff --git a/docs/he-il/_summary.md b/docs/he-il/_summary.md index acc0546d0..804db534a 100644 --- a/docs/he-il/_summary.md +++ b/docs/he-il/_summary.md | |||
@@ -1,6 +1,7 @@ | |||
1 | <div dir="rtl" markdown="1"> | 1 | <div dir="rtl" markdown="1"> |
2 | |||
2 | **בשפה העברית** | 3 | **בשפה העברית** |
3 | * [המדריך המלא למתחילים](newbs.md) | 4 | * [המדריך המלא למתחילים](he-il/newbs.md) |
4 | * [מקורות ללמידה](he-il/newbs_learn_more_resources.md) | 5 | * [מקורות ללמידה](he-il/newbs_learn_more_resources.md) |
5 | * [בסיס QMK](he-il/README.md) | 6 | * [בסיס QMK](he-il/README.md) |
6 | * [מבוא לQMK](he-il/getting_started_introduction.md) | 7 | * [מבוא לQMK](he-il/getting_started_introduction.md) |
@@ -13,126 +14,126 @@ | |||
13 | * [איך לתעד נכון](he-il/documentation_best_practices.md) | 14 | * [איך לתעד נכון](he-il/documentation_best_practices.md) |
14 | 15 | ||
15 | **בשפה האנגלית** | 16 | **בשפה האנגלית** |
16 | * [המדריך המלא למתחילים](newbs.md) | 17 | * [המדריך המלא למתחילים](he-il/newbs.md) |
17 | * [התחלה](newbs_getting_started.md) | 18 | * [התחלה](he-il/newbs_getting_started.md) |
18 | * [בנייה של הקושחה הראשונה שלך](newbs_building_firmware.md) | 19 | * [בנייה של הקושחה הראשונה שלך](he-il/newbs_building_firmware.md) |
19 | * [צריבה של הקושחה](newbs_flashing.md) | 20 | * [צריבה של הקושחה](he-il/newbs_flashing.md) |
20 | * [בדיקות ודיבאגינג](newbs_testing_debugging.md) | 21 | * [בדיקות ודיבאגינג](he-il/newbs_testing_debugging.md) |
21 | * [עבודה נכונה ב GIT](newbs_best_practices.md) | 22 | * [עבודה נכונה ב GIT](he-il/newbs_best_practices.md) |
22 | * [מקורות ללמידה](newbs_learn_more_resources.md) | 23 | * [מקורות ללמידה](he-il/newbs_learn_more_resources.md) |
23 | 24 | ||
24 | * [בסיס QMK](README.md) | 25 | * [בסיס QMK](he-il/README.md) |
25 | * [מבוא לQMK](getting_started_introduction.md) | 26 | * [מבוא לQMK](he-il/getting_started_introduction.md) |
26 | * [QMK CLI](cli.md) | 27 | * [QMK CLI](he-il/cli.md) |
27 | * [QMK CLI Config](cli_configuration.md) | 28 | * [QMK CLI Config](he-il/cli_configuration.md) |
28 | * [תרומה ל QMK](contributing.md) | 29 | * [תרומה ל QMK](he-il/contributing.md) |
29 | * [איך להשתמש בGithub](getting_started_github.md) | 30 | * [איך להשתמש בGithub](he-il/getting_started_github.md) |
30 | * [קבלת עזרה](getting_started_getting_help.md) | 31 | * [קבלת עזרה](he-il/getting_started_getting_help.md) |
31 | 32 | ||
32 | * [שינויים משמעותיים](breaking_changes.md) | 33 | * [שינויים משמעותיים](he-il/breaking_changes.md) |
33 | * [2019 Aug 30](ChangeLog/20190830.md) | 34 | * [2019 Aug 30](he-il/ChangeLog/20190830.md) |
34 | 35 | ||
35 | * [שאלות נפוצות](faq.md) | 36 | * [שאלות נפוצות](he-il/faq.md) |
36 | * [שאלות נפוצות כלליות](faq_general.md) | 37 | * [שאלות נפוצות כלליות](he-il/faq_general.md) |
37 | * [בנייה/קומפילציה של QMK](faq_build.md) | 38 | * [בנייה/קומפילציה של QMK](he-il/faq_build.md) |
38 | * [דיבאגינג ופתרון תקלות של QMK](faq_debug.md) | 39 | * [דיבאגינג ופתרון תקלות של QMK](he-il/faq_debug.md) |
39 | * [מיפוי מקשים](faq_keymap.md) | 40 | * [מיפוי מקשים](he-il/faq_keymap.md) |
40 | * [התקנת דרייברים עם Zadig](driver_installation_zadig.md) | 41 | * [התקנת דרייברים עם Zadig](he-il/driver_installation_zadig.md) |
41 | 42 | ||
42 | * מדריכים מפורטים | 43 | * מדריכים מפורטים |
43 | * [התקנת כלי Build](getting_started_build_tools.md) | 44 | * [התקנת כלי Build](he-il/getting_started_build_tools.md) |
44 | * [מדריך Vagrant](getting_started_vagrant.md) | 45 | * [מדריך Vagrant](he-il/getting_started_vagrant.md) |
45 | * [הוראות בנייה/קומפילציה](getting_started_make_guide.md) | 46 | * [הוראות בנייה/קומפילציה](he-il/getting_started_make_guide.md) |
46 | * [צריבת קושחה](flashing.md) | 47 | * [צריבת קושחה](he-il/flashing.md) |
47 | * [התאמה אישית של הפונקציונאליות](custom_quantum_functions.md) | 48 | * [התאמה אישית של הפונקציונאליות](he-il/custom_quantum_functions.md) |
48 | * [מיפוי מקשים](keymap.md) | 49 | * [מיפוי מקשים](he-il/keymap.md) |
49 | 50 | ||
50 | * [חומרה](hardware.md) | 51 | * [חומרה](he-il/hardware.md) |
51 | * [מעבדי AVR](hardware_avr.md) | 52 | * [מעבדי AVR](he-il/hardware_avr.md) |
52 | * [דרייברים](hardware_drivers.md) | 53 | * [דרייברים](he-il/hardware_drivers.md) |
53 | 54 | ||
54 | * התייחסויות | 55 | * התייחסויות |
55 | * [מדריך למקלדות](hardware_keyboard_guidelines.md) | 56 | * [מדריך למקלדות](he-il/hardware_keyboard_guidelines.md) |
56 | * [אפשרויות הגדרות](config_options.md) | 57 | * [אפשרויות הגדרות](he-il/config_options.md) |
57 | * [קודי מקשים](keycodes.md) | 58 | * [קודי מקשים](he-il/keycodes.md) |
58 | * [קונבנציות קוד - C](coding_conventions_c.md) | 59 | * [קונבנציות קוד - C](he-il/coding_conventions_c.md) |
59 | * [קונבנציות קוד - Python](coding_conventions_python.md) | 60 | * [קונבנציות קוד - Python](he-il/coding_conventions_python.md) |
60 | * [איך לתעד נכון](documentation_best_practices.md) | 61 | * [איך לתעד נכון](he-il/documentation_best_practices.md) |
61 | * [טמפלטים לדוקומנטציה](documentation_templates.md) | 62 | * [טמפלטים לדוקומנטציה](he-il/documentation_templates.md) |
62 | * [מילון](reference_glossary.md) | 63 | * [מילון](he-il/reference_glossary.md) |
63 | * [בדיקות יחידה](unit_testing.md) | 64 | * [בדיקות יחידה](he-il/unit_testing.md) |
64 | * [פונקציות שימושיות](ref_functions.md) | 65 | * [פונקציות שימושיות](he-il/ref_functions.md) |
65 | * [תמיכה בConfigurator](reference_configurator_support.md) | 66 | * [תמיכה בConfigurator](he-il/reference_configurator_support.md) |
66 | * [פורמט info.json](reference_info_json.md) | 67 | * [פורמט info.json](he-il/reference_info_json.md) |
67 | * [פיתוח בPython CLI](cli_development.md) | 68 | * [פיתוח בPython CLI](he-il/cli_development.md) |
68 | 69 | ||
69 | * [תכונות](features.md) | 70 | * [תכונות](he-il/features.md) |
70 | * [Basic Keycodes](keycodes_basic.md) | 71 | * [Basic Keycodes](he-il/keycodes_basic.md) |
71 | * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md) | 72 | * [US ANSI Shifted Keys](he-il/keycodes_us_ansi_shifted.md) |
72 | * [Quantum Keycodes](quantum_keycodes.md) | 73 | * [Quantum Keycodes](he-il/quantum_keycodes.md) |
73 | * [Advanced Keycodes](feature_advanced_keycodes.md) | 74 | * [Advanced Keycodes](he-il/feature_advanced_keycodes.md) |
74 | * [Audio](feature_audio.md) | 75 | * [Audio](he-il/feature_audio.md) |
75 | * [Auto Shift](feature_auto_shift.md) | 76 | * [Auto Shift](he-il/feature_auto_shift.md) |
76 | * [Backlight](feature_backlight.md) | 77 | * [Backlight](he-il/feature_backlight.md) |
77 | * [Bluetooth](feature_bluetooth.md) | 78 | * [Bluetooth](he-il/feature_bluetooth.md) |
78 | * [Bootmagic](feature_bootmagic.md) | 79 | * [Bootmagic](he-il/feature_bootmagic.md) |
79 | * [Combos](feature_combo.md) | 80 | * [Combos](he-il/feature_combo.md) |
80 | * [Command](feature_command.md) | 81 | * [Command](he-il/feature_command.md) |
81 | * [Debounce API](feature_debounce_type.md) | 82 | * [Debounce API](he-il/feature_debounce_type.md) |
82 | * [DIP Switch](feature_dip_switch.md) | 83 | * [DIP Switch](he-il/feature_dip_switch.md) |
83 | * [Dynamic Macros](feature_dynamic_macros.md) | 84 | * [Dynamic Macros](he-il/feature_dynamic_macros.md) |
84 | * [Encoders](feature_encoders.md) | 85 | * [Encoders](he-il/feature_encoders.md) |
85 | * [Grave Escape](feature_grave_esc.md) | 86 | * [Grave Escape](he-il/feature_grave_esc.md) |
86 | * [Haptic Feedback](feature_haptic_feedback.md) | 87 | * [Haptic Feedback](he-il/feature_haptic_feedback.md) |
87 | * [HD44780 LCD Controller](feature_hd44780.md) | 88 | * [HD44780 LCD Controller](he-il/feature_hd44780.md) |
88 | * [Key Lock](feature_key_lock.md) | 89 | * [Key Lock](he-il/feature_key_lock.md) |
89 | * [Layouts](feature_layouts.md) | 90 | * [Layouts](he-il/feature_layouts.md) |
90 | * [Leader Key](feature_leader_key.md) | 91 | * [Leader Key](he-il/feature_leader_key.md) |
91 | * [LED Matrix](feature_led_matrix.md) | 92 | * [LED Matrix](he-il/feature_led_matrix.md) |
92 | * [Macros](feature_macros.md) | 93 | * [Macros](he-il/feature_macros.md) |
93 | * [Mouse Keys](feature_mouse_keys.md) | 94 | * [Mouse Keys](he-il/feature_mouse_keys.md) |
94 | * [OLED Driver](feature_oled_driver.md) | 95 | * [OLED Driver](he-il/feature_oled_driver.md) |
95 | * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys) | 96 | * [One Shot Keys](he-il/feature_advanced_keycodes.md#one-shot-keys) |
96 | * [Pointing Device](feature_pointing_device.md) | 97 | * [Pointing Device](he-il/feature_pointing_device.md) |
97 | * [PS/2 Mouse](feature_ps2_mouse.md) | 98 | * [PS/2 Mouse](he-il/feature_ps2_mouse.md) |
98 | * [RGB Lighting](feature_rgblight.md) | 99 | * [RGB Lighting](he-il/feature_rgblight.md) |
99 | * [RGB Matrix](feature_rgb_matrix.md) | 100 | * [RGB Matrix](he-il/feature_rgb_matrix.md) |
100 | * [Space Cadet](feature_space_cadet.md) | 101 | * [Space Cadet](he-il/feature_space_cadet.md) |
101 | * [Split Keyboard](feature_split_keyboard.md) | 102 | * [Split Keyboard](he-il/feature_split_keyboard.md) |
102 | * [Stenography](feature_stenography.md) | 103 | * [Stenography](he-il/feature_stenography.md) |
103 | * [Swap Hands](feature_swap_hands.md) | 104 | * [Swap Hands](he-il/feature_swap_hands.md) |
104 | * [Tap Dance](feature_tap_dance.md) | 105 | * [Tap Dance](he-il/feature_tap_dance.md) |
105 | * [Terminal](feature_terminal.md) | 106 | * [Terminal](he-il/feature_terminal.md) |
106 | * [Thermal Printer](feature_thermal_printer.md) | 107 | * [Thermal Printer](he-il/feature_thermal_printer.md) |
107 | * [Unicode](feature_unicode.md) | 108 | * [Unicode](he-il/feature_unicode.md) |
108 | * [Userspace](feature_userspace.md) | 109 | * [Userspace](he-il/feature_userspace.md) |
109 | * [Velocikey](feature_velocikey.md) | 110 | * [Velocikey](he-il/feature_velocikey.md) |
110 | 111 | ||
111 | * למייקרים ומודרים | 112 | * למייקרים ומודרים |
112 | * [מדריך לכתיבה ידנית](hand_wire.md) | 113 | * [מדריך לכתיבה ידנית](he-il/hand_wire.md) |
113 | * [מדריך לצריבת ISP](isp_flashing_guide.md) | 114 | * [מדריך לצריבת ISP](he-il/isp_flashing_guide.md) |
114 | * [מדריך לדיבאגינג ARM](arm_debugging.md) | 115 | * [מדריך לדיבאגינג ARM](he-il/arm_debugging.md) |
115 | * [מנהל התקן I2C](i2c_driver.md) | 116 | * [מנהל התקן I2C](he-il/i2c_driver.md) |
116 | * [בקרת GPIO](internals_gpio_control.md) | 117 | * [בקרת GPIO](he-il/internals_gpio_control.md) |
117 | * [המרת Proton C](proton_c_conversion.md) | 118 | * [המרת Proton C](he-il/proton_c_conversion.md) |
118 | 119 | ||
119 | * להבנה עמוקה יותר | 120 | * להבנה עמוקה יותר |
120 | * [איך עובדות מקלדות](how_keyboards_work.md) | 121 | * [איך עובדות מקלדות](he-il/how_keyboards_work.md) |
121 | * [להבין את QMK](understanding_qmk.md) | 122 | * [להבין את QMK](he-il/understanding_qmk.md) |
122 | 123 | ||
123 | * נושאים נוספים | 124 | * נושאים נוספים |
124 | * [שימוש ב - Eclipse עם QMK](other_eclipse.md) | 125 | * [שימוש ב - Eclipse עם QMK](he-il/other_eclipse.md) |
125 | * [שימוש ב - VSCode עם QMK](other_vscode.md) | 126 | * [שימוש ב - VSCode עם QMK](he-il/other_vscode.md) |
126 | * [תמיכה](support.md) | 127 | * [תמיכה](he-il/support.md) |
127 | * [כיצד להוסיף תרגום](translating.md) | 128 | * [כיצד להוסיף תרגום](he-il/translating.md) |
128 | 129 | ||
129 | * QMK מבפנים (בתהליך) | 130 | * QMK מבפנים (בתהליך) |
130 | * [Defines](internals_defines.md) | 131 | * [Defines](he-il/internals_defines.md) |
131 | * [Input Callback Reg](internals_input_callback_reg.md) | 132 | * [Input Callback Reg](he-il/internals_input_callback_reg.md) |
132 | * [Midi Device](internals_midi_device.md) | 133 | * [Midi Device](he-il/internals_midi_device.md) |
133 | * [Midi Device Setup Process](internals_midi_device_setup_process.md) | 134 | * [Midi Device Setup Process](he-il/internals_midi_device_setup_process.md) |
134 | * [Midi Util](internals_midi_util.md) | 135 | * [Midi Util](he-il/internals_midi_util.md) |
135 | * [Send Functions](internals_send_functions.md) | 136 | * [Send Functions](he-il/internals_send_functions.md) |
136 | * [Sysex Tools](internals_sysex_tools.md) | 137 | * [Sysex Tools](he-il/internals_sysex_tools.md) |
137 | 138 | ||
138 | </div> | 139 | </div> |
diff --git a/docs/zh-cn/README.md b/docs/zh-cn/README.md index 9eb4ea777..bb7e0130f 100644 --- a/docs/zh-cn/README.md +++ b/docs/zh-cn/README.md | |||
@@ -19,7 +19,7 @@ QMK (*Quantum Mechanical Keyboard*) 是一个社区维护的开源软件,包 | |||
19 | 19 | ||
20 | ## 如何编译 | 20 | ## 如何编译 |
21 | 21 | ||
22 | 在你能编译之前, 你需要[部署环境](getting_started_build_tools.md) 用于 AVR or/and ARM 开发。完成后, 你可以使用 `make` 命令来编译一个键盘和布局使用以下命令: | 22 | 在你能编译之前, 你需要[部署环境](zh-cn/getting_started_build_tools.md) 用于 AVR or/and ARM 开发。完成后, 你可以使用 `make` 命令来编译一个键盘和布局使用以下命令: |
23 | 23 | ||
24 | make planck/rev4:default | 24 | make planck/rev4:default |
25 | 25 | ||
@@ -29,4 +29,4 @@ QMK (*Quantum Mechanical Keyboard*) 是一个社区维护的开源软件,包 | |||
29 | 29 | ||
30 | ## 如何定制 | 30 | ## 如何定制 |
31 | 31 | ||
32 | QMK 有许多 [特性](features.md)来探索,也有很多 [参考文档](http://docs.qmk.fm) 供您发掘。你可以通过修改 [布局](keymap.md)和[键码](keycodes.md)来利用许多特性。 | 32 | QMK 有许多 [特性](zh-cn/features.md)来探索,也有很多 [参考文档](http://docs.qmk.fm) 供您发掘。你可以通过修改 [布局](zh-cn/keymap.md)和[键码](zh-cn/keycodes.md)来利用许多特性。 |