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.

122 lines
5.2 KiB

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