diff options
author | Elliot Powell <32494740+e11i0t23@users.noreply.github.com> | 2019-05-31 19:04:39 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-05-31 11:54:01 -0700 |
commit | 9cc5841a91ff1bf95d6895254b43b097a0f365aa (patch) | |
tree | bb055c56dfd0386696ded32b08de62def4e2ab18 /docs | |
parent | ba6b3fc1b55df7bb3e34721d2622837b394862a5 (diff) |
Update reference_configurator_support.md
We no longer auto generate bootloader into info.json through the website therefore this can be removed
Diffstat (limited to 'docs')
-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 a20a6c9adb..784c6d9f75 100644 --- a/docs/reference_configurator_support.md +++ b/docs/reference_configurator_support.md @@ -89,7 +89,7 @@ Once the layout is as desired, move to the Raw Data tab in KLE, and copy the con To convert this data into our JSON, go to the [QMK KLE-JSON Converter](https://qmk.fm/converter/), paste the Raw Data into the Input field, and click the Convert button. After a moment, our JSON data will appear in the Output field. Copy the contents to a new text document, and name the document `info.json`, saving it in the same folder that contains `numpad.h`. -Use the `keyboard_name` object to set the name of the keyboard. The `bootloader` object is deprecated, so it can be deleted. For instruction purposes, we will put each key's object on its own line. This is only to make the file more human-readable, and does not affect the Configurator's functionality. +Use the `keyboard_name` object to set the name of the keyboard. For instruction purposes, we will put each key's object on its own line. This is only to make the file more human-readable, and does not affect the Configurator's functionality. ```json { |