summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-03-08 02:50:36 +0000
committerQMK Bot <hello@qmk.fm>2022-03-08 02:50:36 +0000
commit7bc8046f9ac43dfb9f20808b5d1a0a168155fb42 (patch)
treec2744527d320265abcdb7fae3a40447591659958 /docs
parent26372c81add3ae1167470d3073d85fdf3d1bc94c (diff)
parent8014fb14b6c37636d459f64ebdf9fb4bedd1f7f3 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/reference_info_json.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md
index 3cc807c179..51576ac83e 100644
--- a/docs/reference_info_json.md
+++ b/docs/reference_info_json.md
@@ -28,11 +28,11 @@ The `info.json` file is a JSON formatted dictionary with the following keys avai
* `layout_aliases`
* A dictionary containing layout aliases. The key is the alias and the value is a layout in `layouts` it maps to.
* `layouts`
- * Physical Layout representations. See the [Layout Format](#layout_format) section for more detail.
+ * Physical Layout representations. See the [Layout Format](#layout-format) section for more detail.
* `matrix_pins`
- * Configure the pins corresponding to columns and rows, or direct pins. See the [Matrix Pins](#matrix_pins) section for more detail.
+ * Configure the pins corresponding to columns and rows, or direct pins. See the [Matrix Pins](#matrix-pins) section for more detail.
* `rgblight`
- * Configure the [RGB Lighting feature](feature_rgblight.md). See the [RGB Lighting](#rgb_lighting) section for more detail.
+ * Configure the [RGB Lighting feature](feature_rgblight.md). See the [RGB Lighting](#rgb-lighting) section for more detail.
* `usb`
* Configure USB VID, PID, and other parameters. See the [USB](#USB) section for more detail.