diff options
Diffstat (limited to 'docs/es/_summary.md')
-rw-r--r-- | docs/es/_summary.md | 122 |
1 files changed, 0 insertions, 122 deletions
diff --git a/docs/es/_summary.md b/docs/es/_summary.md deleted file mode 100644 index aa2a0ca5d..000000000 --- a/docs/es/_summary.md +++ /dev/null | |||
@@ -1,122 +0,0 @@ | |||
1 | * [Guía completa para novatos](es/newbs.md) | ||
2 | * [Empezando](es/newbs_getting_started.md) | ||
3 | * [Construyendo tu primer firmare](es/newbs_building_firmware.md) | ||
4 | * [Flasheando el firmware](es/newbs_flashing.md) | ||
5 | * [Testeando y depurando ](es/newbs_testing_debugging.md) | ||
6 | * [Mejores práticas](es/newbs_best_practices.md) | ||
7 | * [Recursos de aprendizaje](es/newbs_learn_more_resources.md) | ||
8 | |||
9 | * [QMK Basics](es/README.md) | ||
10 | * [Introducción a QMK](es/getting_started_introduction.md) | ||
11 | * [QMK CLI](es/cli.md) | ||
12 | * [Configuración de QMK CLI](es/cli_configuration.md) | ||
13 | * [Contribuyendo a QMK](es/contributing.md) | ||
14 | * [Cómo usar GitHub](es/getting_started_github.md) | ||
15 | * [Obtener ayuda](es/getting_started_getting_help.md) | ||
16 | |||
17 | * [Cambios incompatibles](es/breaking_changes.md) | ||
18 | * [30 Ago 2019](es/ChangeLog/20190830.md) | ||
19 | |||
20 | * [Preguntas frecuentes](es/faq.md) | ||
21 | * [General](es/faq_general.md) | ||
22 | * [Construir/Compilar QMK](es/faq_build.md) | ||
23 | * [Depurando/Encontrando problemas en QMK](es/faq_debug.md) | ||
24 | * [Keymap](es/faq_keymap.md) | ||
25 | * [Instalación de drivers con Zadig](es/driver_installation_zadig.md) | ||
26 | |||
27 | * Guías detalladas | ||
28 | * [Instalar herramientas construcción](es/getting_started_build_tools.md) | ||
29 | * [Guía Vagrant](es/getting_started_vagrant.md) | ||
30 | * [Instrucciones de Construcción/Compilado](es/getting_started_make_guide.md) | ||
31 | * [Flasheando Firmware](es/flashing.md) | ||
32 | * [Personalizando funcionalidad](es/custom_quantum_functions.md) | ||
33 | * [Visión general del Keymap](es/keymap.md) | ||
34 | |||
35 | * [Hardware](es/hardware.md) | ||
36 | * [Procesadores AVR](es/hardware_avr.md) | ||
37 | * [Drivers](es/hardware_drivers.md) | ||
38 | |||
39 | * Referencia | ||
40 | * [Pautas de teclados](es/hardware_keyboard_guidelines.md) | ||
41 | * [Opciones de configuración](es/config_options.md) | ||
42 | * [Keycodes](es/keycodes.md) | ||
43 | * [Convenciones de código - C](es/coding_conventions_c.md) | ||
44 | * [Convenciones de código - Python](es/coding_conventions_python.md) | ||
45 | * [Mejores prácticas de documentación](es/documentation_best_practices.md) | ||
46 | * [Plantillas de documentación](es/documentation_templates.md) | ||
47 | * [Glosario](es/reference_glossary.md) | ||
48 | * [Tests unitarios](es/unit_testing.md) | ||
49 | * [Funciones útiles](es/ref_functions.md) | ||
50 | * [Sporte configurador](es/reference_configurator_support.md) | ||
51 | * [Formato info.json](es/reference_info_json.md) | ||
52 | * [Desarrollo Python CLI](es/cli_development.md) | ||
53 | |||
54 | * [Características](es/features.md) | ||
55 | * [Keycodes Básicos](es/keycodes_basic.md) | ||
56 | * [Teclas US ANSI Shifted](es/keycodes_us_ansi_shifted.md) | ||
57 | * [Keycodes Quantum](es/quantum_keycodes.md) | ||
58 | * [Keycodes Avanzados](es/feature_advanced_keycodes.md) | ||
59 | * [Audio](es/feature_audio.md) | ||
60 | * [Auto Shift](es/feature_auto_shift.md) | ||
61 | * [Retroiluminación](es/feature_backlight.md) | ||
62 | * [Bluetooth](es/feature_bluetooth.md) | ||
63 | * [Bootmagic](es/feature_bootmagic.md) | ||
64 | * [Combos](es/feature_combo.md) | ||
65 | * [Comando](es/feature_command.md) | ||
66 | * [API Debounce](es/feature_debounce_type.md) | ||
67 | * [Switch DIP](es/feature_dip_switch.md) | ||
68 | * [Macros Dinámicas](es/feature_dynamic_macros.md) | ||
69 | * [Encoders](es/feature_encoders.md) | ||
70 | * [Grave Escape](es/feature_grave_esc.md) | ||
71 | * [Feedback Háptico](es/feature_haptic_feedback.md) | ||
72 | * [Controlador LCD HD44780](es/feature_hd44780.md) | ||
73 | * [Key Lock](es/feature_key_lock.md) | ||
74 | * [Layouts](es/feature_layouts.md) | ||
75 | * [Tecla Leader](es/feature_leader_key.md) | ||
76 | * [Matriz LED](es/feature_led_matrix.md) | ||
77 | * [Macros](es/feature_macros.md) | ||
78 | * [Teclas del ratón](es/feature_mouse_keys.md) | ||
79 | * [Driver OLED](es/feature_oled_driver.md) | ||
80 | * [Teclas One Shot](es/one_shot_keys.md) | ||
81 | * [Dispositivo de apuntado](es/feature_pointing_device.md) | ||
82 | * [Ratón PS/2](es/feature_ps2_mouse.md) | ||
83 | * [Iluminación RGB](es/feature_rgblight.md) | ||
84 | * [Matriz RGB](es/feature_rgb_matrix.md) | ||
85 | * [Cadete espacial](es/feature_space_cadet.md) | ||
86 | * [Teclado dividido](es/feature_split_keyboard.md) | ||
87 | * [Stenografía](es/feature_stenography.md) | ||
88 | * [Swap Hands](es/feature_swap_hands.md) | ||
89 | * [Tap Dance](es/feature_tap_dance.md) | ||
90 | * [Terminal](es/feature_terminal.md) | ||
91 | * [Impresora Térmica](es/feature_thermal_printer.md) | ||
92 | * [Unicode](es/feature_unicode.md) | ||
93 | * [Userspace](es/feature_userspace.md) | ||
94 | * [Velocikey](es/feature_velocikey.md) | ||
95 | |||
96 | * Para Makers y Modders | ||
97 | * [Guía de cableado a mano](es/hand_wire.md) | ||
98 | * [Guía de flasheado de ISP](es/isp_flashing_guide.md) | ||
99 | * [Guía de depuración de ARM](es/arm_debugging.md) | ||
100 | * [Driver I2C](es/i2c_driver.md) | ||
101 | * [Driver SPI](es/spi_driver.md) | ||
102 | * [Controles GPIO](es/internals_gpio_control.md) | ||
103 | * [Conversión Proton C](es/proton_c_conversion.md) | ||
104 | |||
105 | * Para entender en profundidad | ||
106 | * [Cómo funcionan los teclados](es/how_keyboards_work.md) | ||
107 | * [Entendiendo QMK](es/understanding_qmk.md) | ||
108 | |||
109 | * Otros temas | ||
110 | * [Usando Eclipse con QMK](es/other_eclipse.md) | ||
111 | * [Usando VSCode con QMK](es/other_vscode.md) | ||
112 | * [Soporte](es/getting_started_getting_help.md) | ||
113 | * [Cómo añadir traducciones](es/translating.md) | ||
114 | |||
115 | * QMK Internals (En progreso) | ||
116 | * [Defines](es/internals_defines.md) | ||
117 | * [Input Callback Reg](es/internals_input_callback_reg.md) | ||
118 | * [Dispositivo Midi](es/internals_midi_device.md) | ||
119 | * [Proceso de configuración de un dispositivo Midi](es/internals_midi_device_setup_process.md) | ||
120 | * [Utilidad Midi](es/internals_midi_util.md) | ||
121 | * [Funciones Send](es/internals_send_functions.md) | ||
122 | * [Herramientas Sysex](es/internals_sysex_tools.md) | ||