diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-10 14:58:55 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-10 14:58:55 -0400 |
commit | 995c3141a674a0311786cc713ea96d39330a9b48 (patch) | |
tree | e6a207ce23bc2bcb1b20c4e43a8b963c0ccf8769 /docs/_summary.md | |
parent | ca01d94005f67ec4fa9528353481faa622d949ae (diff) |
convert docs to lowercase and underscores
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md new file mode 100644 index 0000000000..420003996f --- /dev/null +++ b/docs/_summary.md @@ -0,0 +1,28 @@ + +### Getting started +* [Introduction](home.md) +* [QMK Overview](qmk_overview.md) +* [Build Environment Setup](build_environment_setup.md) + +### Making a keymap +* [Keymap overview](keymap.md) +* [Custom Quantum Functions](custom_quantum_functions.md) +* [Keycodes](keycodes.md) +* [Layer switching](key_functions.md) +* [Leader Key](leader_key.md) +* [Macros](macros.md) +* [Dynamic Macros](dynamic_macros.md) +* [Space Cadet](space_cadet_shift.md) +* [Tap Dance](tap_dance.md) +* [Mouse keys](mouse_keys.md) +* [FAQ: Creating a Keymap](faq_keymap.md) +* [FAQ: Compiling QMK](faq_build.md) + +### For hardware makers and modders +* [Modding your keyboard](modding_your_keyboard.md) +* [Porting your keyboard to QMK](porting_your_keyboard_to_qmk.md) +* [Adding features to QMK](adding_features_to_qmk.md) + +### Other topics +* [General FAQ](faq.md) +* [Differences from TMK](differences_from_tmk.md) |