summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-06-21 00:53:03 +0000
committerQMK Bot <hello@qmk.fm>2022-06-21 00:53:03 +0000
commit2fb24c0298cbed7bd1fb64b613228cd2a9b0d08f (patch)
tree86e35e076e412706ce87705b52fc4cfb11acdb6f /docs
parent93ee789387d8ced1cd0b5b917e22d4ea82bc15cf (diff)
parent0a45a198015ea4983f72288304aa99459af0e7d8 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/reference_info_json.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md
index 51576ac83e..90b28689d0 100644
--- a/docs/reference_info_json.md
+++ b/docs/reference_info_json.md
@@ -89,7 +89,7 @@ Example:
Direct pins are when you connect one side of the switch to GND and the other side to a GPIO pin on your MCU. No diode is required, but there is a 1:1 mapping between switches and pins.
-When specifying direct pins you need to arrange them in nested arrays. The outer array consists of rows, while the inner array is a text string corresponding to a pin. You can use `null` to indicate an empty spot in the matrix.
+When specifying direct pins you need to arrange them in nested arrays. The outer array consists of rows, while the inner array uses text strings to identify the pins used in each row. You can use `null` to indicate an empty spot in the matrix.
Example: