diff options
author | Michal Petrik <misopetrik@gmail.com> | 2022-02-21 18:08:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 09:08:07 -0800 |
commit | d3584be431871cb636cca95107c956c614684b4d (patch) | |
tree | f61105e970514c578b889cc81cd7953509608851 | |
parent | c204c735af9fc5bf2438ca4fedfc8914529d660e (diff) | |
download | qmk_firmware-d3584be431871cb636cca95107c956c614684b4d.tar.gz qmk_firmware-d3584be431871cb636cca95107c956c614684b4d.zip |
[Docs] Update newbs_building_firmware.md (#16333)
-rw-r--r-- | docs/newbs_building_firmware.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs_building_firmware.md b/docs/newbs_building_firmware.md index ed51a9aea..c4ce9fd9f 100644 --- a/docs/newbs_building_firmware.md +++ b/docs/newbs_building_firmware.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # Building Your First Firmware | 1 | # Building Your First Firmware |
2 | 2 | ||
3 | Now that you have setup your build environment you are ready to start building custom firmware. For this section of the guide we will bounce between 3 programs- your file manager, your text editor, and your terminal window. Keep all 3 open until you are done and happy with your keyboard firmware. | 3 | Now that you have set up your build environment you are ready to start building custom firmware. For this section of the guide we will bounce between 3 programs- your file manager, your text editor, and your terminal window. Keep all 3 open until you are done and happy with your keyboard firmware. |
4 | 4 | ||
5 | ## Configure Your Build Environment Defaults (Optional) | 5 | ## Configure Your Build Environment Defaults (Optional) |
6 | 6 | ||