diff options
Diffstat (limited to 'docs/es/_summary.md')
-rw-r--r-- | docs/es/_summary.md | 208 |
1 files changed, 104 insertions, 104 deletions
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) |