summaryrefslogtreecommitdiffstats
path: root/docs/_summary.md
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-11-15 03:32:28 +0100
committerDrashna Jaelre <drashna@live.com>2018-11-15 03:32:28 +0100
commitd8f090e5592fd5b6fde35ae36e36f2473c716312 (patch)
tree290f38907d9fb2971c17c1ca4186a927fb3f379c /docs/_summary.md
parenta034602651c86424bc2197ee61bea0ff584b3be1 (diff)
downloadqmk_firmware-d8f090e5592fd5b6fde35ae36e36f2473c716312.tar.gz
qmk_firmware-d8f090e5592fd5b6fde35ae36e36f2473c716312.tar.xz
Docs: Supporting a keyboard in the QMK Configurator (#4396)
* Docs: Configurator Support * Minor updates * Updated keyboard.h example to use #pragma once per @drashna https://github.com/qmk/qmk_firmware/pull/4396#discussion_r232140934 * Add link to doc under Reference section Added to _sidebar.md and _summary.md * Changed doc title; minor tweaks Re-titled the doc as "Supporting Your Keyboard in QMK Configurator". Made some minor changes to the keyboard.h examples. * Added tags object to JSON example
Diffstat (limited to 'docs/_summary.md')
-rw-r--r--docs/_summary.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index 67e81422a..1fb5398d9 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -39,6 +39,7 @@
* [Glossary](reference_glossary.md)
* [Unit Testing](unit_testing.md)
* [Useful Functions](ref_functions.md)
+ * [Configurator Support](reference_configurator_support.md)
* [Features](features.md)
* [Basic Keycodes](keycodes_basic.md)