diff options
| author | skullY <skullydazed@gmail.com> | 2018-05-07 22:40:57 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-05-07 22:46:26 -0700 |
| commit | 303f425c6b4f9ab6056f863e515c71c9325f2bfa (patch) | |
| tree | 150c9eba72bc40cf2d9a101d4a606156ea54cd0b /docs/newbs_flashing.md | |
| parent | 9e5676650ec4ae71565201871c1aaf05e96a756b (diff) | |
Fix up info boxes.
Diffstat (limited to 'docs/newbs_flashing.md')
| -rw-r--r-- | docs/newbs_flashing.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/newbs_flashing.md b/docs/newbs_flashing.md index 4cd7c5c44a..0b0ede37c4 100644 --- a/docs/newbs_flashing.md +++ b/docs/newbs_flashing.md | |||
| @@ -12,17 +12,15 @@ However, the QMK Toolbox is only available for Windows and macOS currently. If | |||
| 12 | 12 | ||
| 13 | Begin by opening the QMK Toolbox application. You'll want to locate the firmware file in Finder or Explorer. Your keyboard firmware may be in one of two formats- `.hex` or `.bin`. QMK tries to copy the appropriate one for your keyboard into the root `qmk_firmware` directory. | 13 | Begin by opening the QMK Toolbox application. You'll want to locate the firmware file in Finder or Explorer. Your keyboard firmware may be in one of two formats- `.hex` or `.bin`. QMK tries to copy the appropriate one for your keyboard into the root `qmk_firmware` directory. |
| 14 | 14 | ||
| 15 | {% hint style='info' %} | 15 | ?> If you are on Windows or macOS there are commands you can use to easily open the current firmware folder in Explorer or Finder. |
| 16 | If you are on Windows or macOS there are commands you can use to easily open the current firmware folder in Explorer or Finder. | ||
| 17 | 16 | ||
| 18 | Windows: | 17 | ?> Windows: |
| 19 | 18 | ||
| 20 | start . | 19 | start . |
| 21 | 20 | ||
| 22 | macOS: | 21 | ?> macOS: |
| 23 | 22 | ||
| 24 | open . | 23 | open . |
| 25 | {% endhint %} | ||
| 26 | 24 | ||
| 27 | The firmware file always follows this naming format: | 25 | The firmware file always follows this naming format: |
| 28 | 26 | ||
