diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-30 22:00:56 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-30 22:00:56 +1100 |
commit | 92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d (patch) | |
tree | 6b9861b866e761c375b19f469e29a6fbc4690c2b /docs/reference_configurator_support.md | |
parent | 4c4b4b6e0d236637d4803b09f1ec9333aa532389 (diff) | |
download | qmk_firmware-92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d.tar.gz qmk_firmware-92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d.zip |
[Docs] Use HTTPS for images and links where possible (#11695)
Diffstat (limited to 'docs/reference_configurator_support.md')
-rw-r--r-- | docs/reference_configurator_support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference_configurator_support.md b/docs/reference_configurator_support.md index 88676ba97..1b34c85a2 100644 --- a/docs/reference_configurator_support.md +++ b/docs/reference_configurator_support.md | |||
@@ -75,7 +75,7 @@ To display our keyboard in a way that resembles the physical keyboard, we need t | |||
75 | 75 | ||
76 | ## Building the JSON file | 76 | ## Building the JSON file |
77 | 77 | ||
78 | To build the JSON file, the easiest way is to build the layout in [Keyboard Layout Editor](http://www.keyboard-layout-editor.com/) ("KLE"), from which we'll feed the Raw Data into a QMK tool that converts this data into a JSON the Configurator will read and use. Since KLE opens by default with a numpad layout, we're just going to remove the Getting Started instructions, and use what's left. | 78 | To build the JSON file, the easiest way is to build the layout in [Keyboard Layout Editor](https://www.keyboard-layout-editor.com/) ("KLE"), from which we'll feed the Raw Data into a QMK tool that converts this data into a JSON the Configurator will read and use. Since KLE opens by default with a numpad layout, we're just going to remove the Getting Started instructions, and use what's left. |
79 | 79 | ||
80 | Once the layout is as desired, move to the Raw Data tab in KLE, and copy the contents: | 80 | Once the layout is as desired, move to the Raw Data tab in KLE, and copy the contents: |
81 | 81 | ||