]> git.donarmstrong.com Git - qmk_firmware.git/blob - docs/es/_summary.md
[Keyboard] Adding Navi10 macropad (#7556)
[qmk_firmware.git] / docs / es / _summary.md
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/feature_advanced_keycodes.md#one-shot-keys)
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   * [Controles GPIO](es/internals_gpio_control.md)
102   * [Conversión Proton C](es/proton_c_conversion.md)
103
104 * Para entender en profundidad
105   * [Cómo funcionan los teclados](es/how_keyboards_work.md)
106   * [Entendiendo QMK](es/understanding_qmk.md)
107
108 * Otros temas
109   * [Usando Eclipse con QMK](es/other_eclipse.md)
110   * [Usando VSCode con QMK](es/other_vscode.md)
111   * [Soporte](es/support.md)
112   * [Cómo añadir traducciones](es/translating.md)
113
114 * QMK Internals (En progreso)
115   * [Defines](es/internals_defines.md)
116   * [Input Callback Reg](es/internals_input_callback_reg.md)
117   * [Dispositivo Midi](es/internals_midi_device.md)
118   * [Proceso de configuración de un dispositivo Midi](es/internals_midi_device_setup_process.md)
119   * [Utilidad Midi](es/internals_midi_util.md)
120   * [Funciones Send](es/internals_send_functions.md)
121   * [Herramientas Sysex](es/internals_sysex_tools.md)