diff options
author | Jack Humbert <jack.humb@gmail.com> | 2018-03-26 14:24:30 -0400 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-03-26 11:43:37 -0700 |
commit | ae7284edb8bd8ed7fcab29415049bf03baf57f8d (patch) | |
tree | b03927f750f03239a8e01837e29e8374dcd3ec1d /docs/_summary.md | |
parent | 66162b2b681de37dd0aa34f3b6527a5292ab1560 (diff) | |
download | qmk_firmware-ae7284edb8bd8ed7fcab29415049bf03baf57f8d.tar.gz qmk_firmware-ae7284edb8bd8ed7fcab29415049bf03baf57f8d.zip |
rename api docs to internals
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index e7a32959e..318c526a8 100644 --- a/docs/_summary.md +++ b/docs/_summary.md | |||
@@ -88,11 +88,11 @@ | |||
88 | * Other Topics | 88 | * Other Topics |
89 | * [Using Eclipse with QMK](eclipse.md) | 89 | * [Using Eclipse with QMK](eclipse.md) |
90 | 90 | ||
91 | * QMK API (In Progress) | 91 | * QMK Internals (In Progress) |
92 | * [Defines](api_defines.md) | 92 | * [Defines](internals_defines.md) |
93 | * [Input Callback Reg](api_input_callback_reg.md) | 93 | * [Input Callback Reg](internals_input_callback_reg.md) |
94 | * [Midi Device](api_midi_device.md) | 94 | * [Midi Device](internals_midi_device.md) |
95 | * [Midi Device Setup Process](api_midi_device_setup_process.md) | 95 | * [Midi Device Setup Process](internals_midi_device_setup_process.md) |
96 | * [Midi Util](api_midi_util.md) | 96 | * [Midi Util](internals_midi_util.md) |
97 | * [Send Functions](api_send_functions.md) | 97 | * [Send Functions](internals_send_functions.md) |
98 | * [Sysex Tools](api_sysex_tools.md) | 98 | * [Sysex Tools](internals_sysex_tools.md) |