aboutsummaryrefslogtreecommitdiffstats
path: root/docs/newbs_building_firmware.md
diff options
context:
space:
mode:
authorJames Young <xxiinophobia@yahoo.com>2020-02-20 18:11:26 -0800
committerskullydazed <skullydazed@users.noreply.github.com>2020-03-05 16:00:10 -0800
commit7b1b53054f5563c9378193af86d7fae913f67e68 (patch)
tree143d534870f157e9178cfc3aa0fff57b009deeb3 /docs/newbs_building_firmware.md
parenta701c15d872ad171592335e61e91d7234dbec54a (diff)
downloadfirmware-7b1b53054f5563c9378193af86d7fae913f67e68.tar.gz
firmware-7b1b53054f5563c9378193af86d7fae913f67e68.tar.bz2
firmware-7b1b53054f5563c9378193af86d7fae913f67e68.zip
update newbs_building_firmware.md
Update the text sample for when the compile task completes.
Diffstat (limited to 'docs/newbs_building_firmware.md')
-rw-r--r--docs/newbs_building_firmware.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/newbs_building_firmware.md b/docs/newbs_building_firmware.md
index f1391c587..3b769051d 100644
--- a/docs/newbs_building_firmware.md
+++ b/docs/newbs_building_firmware.md
@@ -51,11 +51,11 @@ If you did not configure your environment, or you have multiple keyboards, you c
While this compiles you will have a lot of output going to the screen informing you of what files are being compiled. It should end with output that looks similar to this:
```
-Linking: .build/planck_rev5_xyverz.elf [OK]
-Creating load file for flashing: .build/planck_rev5_xyverz.hex [OK]
-Copying planck_rev5_xyverz.hex to qmk_firmware folder [OK]
-Checking file size of planck_rev5_xyverz.hex [OK]
- * File size is fine - 18392/28672
+Linking: .build/planck_rev5_default.elf [OK]
+Creating load file for flashing: .build/planck_rev5_default.hex [OK]
+Copying planck_rev5_default.hex to qmk_firmware folder [OK]
+Checking file size of planck_rev5_default.hex [OK]
+ * The firmware size is fine - 27312/28672 (95%, 1360 bytes free)
```
## Flash Your Firmware