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.

70 lines
2.8 KiB

7 years ago
  1. * [Getting started](README.md)
  2. * [QMK Introduction](getting_started_introduction.md)
  3. * [Install Build Tools](getting_started_build_tools.md)
  4. * Alternative: [Vagrant Guide](getting_started_vagrant_guide.md)
  5. * [Build/Compile instructions](getting_started_make_guide.md)
  6. * [How to Use Github](getting_started_github.md)
  7. * [FAQ](faq.md)
  8. * [General FAQ](faq_general.md)
  9. * [Build/Compile QMK](faq_build.md)
  10. * [Debugging/Troubleshooting QMK](faq_debug.md)
  11. * [Keymap](faq_keymap.md)
  12. * [Features](features.md)
  13. * [Layouts](feature_layouts.md)
  14. * [Common Shortcuts](feature_common_shortcuts.md)
  15. * [Backlight](feature_backlight.md)
  16. * [Bootmagic](feature_bootmagic.md)
  17. * [Dynamic Macros](dynamic_macros.md)
  18. * [Key Lock](key_lock.md)
  19. * [Leader Key](feature_leader_key.md)
  20. * [Macros](macros.md)
  21. * [Mouse keys](mouse_keys.md)
  22. * [Pointing Device](feature_pointing_device.md)
  23. * [PS2 Mouse](feature_ps2_mouse.md)
  24. * [Space Cadet](space_cadet_shift.md)
  25. * [Tap Dance](tap_dance.md)
  26. * [Audio](feature_audio.md)
  27. * [Thermal Printer](feature_thermal_printer.md)
  28. * [Stenography](stenography.md)
  29. * [Unicode](unicode.md)
  30. * [Terminal](feature_terminal.md)
  31. * Reference
  32. * [Glossary](glossary.md)
  33. * [Keymap overview](keymap.md)
  34. * [Keycodes](keycodes.md)
  35. * [Basic](keycodes_basic.md)
  36. * [Quantum](quantum_keycodes.md)
  37. * [Backlight](feature_backlight.md#backlight-keycodes)
  38. * [Bluetooth](feature_bluetooth.md#bluetooth-keycodes)
  39. * [Bootmagic](feature_bootmagic.md#bootmagic-keycodes)
  40. * [Layer Switching](feature_common_shortcuts.md#switching-and-toggling-layers)
  41. * [Mod+Key](feature_common_shortcuts.md#modifier-keys)
  42. * [Mod Tap](feature_common_shortcuts.md#mod-tap)
  43. * [One Shot Keys](feature_common_shortcuts.md#one-shot-keys)
  44. * [Shifted Keys](feature_common_shortcuts.md#shifted-keycodes)
  45. * [Stenography](stenography.md#keycode-reference)
  46. * [RGB Light](feature_rgblight.md#rgblight-keycodes)
  47. * [Thermal Printer](feature_thermal_printer.md#thermal-printer-keycodes)
  48. * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md)
  49. * [The `config.h` File](config_options.md)
  50. * [Customizing Functionality](custom_quantum_functions.md)
  51. * [Documentation Best Practices](documentation_best_practices.md)
  52. * [Unit Testing](unit_testing.md)
  53. * For Makers and Modders
  54. * [Adding a keyboard to QMK](adding_a_keyboard_to_qmk.md)
  55. * [Adding features to QMK](adding_features_to_qmk.md)
  56. * [Hand Wiring Guide](hand_wiring.md)
  57. * [ISP flashing guide](isp_flashing_guide.md)
  58. * [Modding your keyboard](modding_your_keyboard.md)
  59. * [Porting your keyboard to QMK](porting_your_keyboard_to_qmk.md)
  60. * For a Deeper Understanding
  61. * [How Keyboards Work](how_keyboards_work.md)
  62. * [Understanding QMK](understanding_qmk.md)
  63. * Other Topics
  64. * [Using Eclipse with QMK](eclipse.md)