diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-30 11:01:46 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-30 11:01:46 +0000 |
commit | a0e733391532490a216da044efb40451f67774f2 (patch) | |
tree | 8cc6bd43d0b70283b90cfadee1f512ef1161ff4c /docs/reference_configurator_support.md | |
parent | 6b9a7e21e953d68d6ae093c2d727f1f3ac2798c0 (diff) | |
parent | 92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d (diff) | |
download | qmk_firmware-a0e733391532490a216da044efb40451f67774f2.tar.gz qmk_firmware-a0e733391532490a216da044efb40451f67774f2.zip |
Merge remote-tracking branch 'origin/master' into develop
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 | ||