diff options
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 4cd7c5c44..0b0ede37c 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 | ||