diff options
author | Joel Challis <git@zvecr.com> | 2021-01-20 18:46:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 18:46:01 +0000 |
commit | 4e8166750b21cfd3feaba0d6024087fb5c76bca9 (patch) | |
tree | c124714e565321818485b96509fd70026fe49f84 /docs/newbs_building_firmware_configurator.md | |
parent | 1328ab7c7defdca40872273147f387618b1a48c3 (diff) | |
download | qmk_firmware-4e8166750b21cfd3feaba0d6024087fb5c76bca9.tar.gz qmk_firmware-4e8166750b21cfd3feaba0d6024087fb5c76bca9.zip |
Small tweaks to docs to make them more user friendly (#11518)
* first pass
* firmware firmware?
* Split out debug + testing docs
* tidy up duplicate css
* Add extra info to debug example
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'docs/newbs_building_firmware_configurator.md')
-rw-r--r-- | docs/newbs_building_firmware_configurator.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs_building_firmware_configurator.md b/docs/newbs_building_firmware_configurator.md index ac702f391b..eae0cef2c2 100644 --- a/docs/newbs_building_firmware_configurator.md +++ b/docs/newbs_building_firmware_configurator.md @@ -2,7 +2,7 @@ [![QMK Configurator Screenshot](https://i.imgur.com/anw9cOL.png)](https://config.qmk.fm/) -The [QMK Configurator](https://config.qmk.fm) is an online graphical user interface that generates QMK Firmware hex files. +The [QMK Configurator](https://config.qmk.fm) is an online graphical user interface that generates QMK Firmware `.hex` or `.bin` files. Watch the [Video Tutorial](https://www.youtube.com/watch?v=-imgglzDMdY). Many people find that is enough information to start programming their own keyboard. |