Skip to content

Commit 38bfe11

Browse files
committed
Tweak formatting, clarify language
1 parent 1173e19 commit 38bfe11

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/upgrade_firmware.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22

33
The keyboard has a built-in bootloader to upgrade its firmware.
44

5-
## Check Current Firmware Version
5+
## How to Check Current Firmware Version
66

7-
To check the information of the firmware, just open the `boot_out.txt` file in the USB storage of the keyboard. The file contains the version and the compiled date of the firmware:
7+
To check the current version of the firmware, just open `boot_out.txt` in the USB storage device of the keyboard. This file contains the version number and the compiled date of the firmware, for example:
88

99
```
1010
Adafruit CircuitPython 6.0.0-alpha.1-110-g121d78ec9 on 2020-08-27; Makerdiary M60 Keyboard with nRF52840
1111
```
1212

13-
If you find a newer firmware (file with `.uf2` extension) in [python-keyboard / firmware](https://github.com/makerdiary/python-keyboard/tree/zh-cn/firmware), you could do an upgrade.
13+
If you there is a newer firmware (file with `.uf2` extension) in [python-keyboard / firmware](https://github.com/makerdiary/python-keyboard/tree/zh-cn/firmware), you can do an upgrade.
1414

15-
16-
## Enter Bootloader
15+
## How to Enter the Bootloader
1716

1817
There are 4 ways to run into the bootloader:
1918

@@ -31,7 +30,7 @@ There are 4 ways to run into the bootloader:
3130

3231
4. When battery is not attached, hold the ON/OFF button and power on the keyboard with USB.
3332

34-
## Upgrade
33+
## How to Upgrade
3534

3635
When the bootloader is running, a USB drive named `M60Keyboard` will appear in your computer.
37-
Download the latest `.uf2` firmware, drag-n-drop the firmware into the USB drive, then wait until a new USB drive named `CIRCUITPY` appears.
36+
Download the latest `.uf2` firmware, drag-n-drop the firmware into the USB drive, and then wait until a new USB drive named `CIRCUITPY` appears.

0 commit comments

Comments
 (0)