README.flashing: fix few typos

to user -> to use -- in second paragraph of Flashing over USB section
users stock stock -> uses stock -- in first paragraph of Flashing over I2C section
fiwmare -> firmware -- in second paragraph of Flashing over I2C section
This commit is contained in:
Petr Vaněk 2021-07-26 10:39:29 +02:00 committed by Ondrej Jirman
parent 5bef4c8832
commit b3412ee2a4
1 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ This method allows updating the stock firmware on the keyboard.
Flashing tool ppkb-usb-flasher can be used to flash the firmware over USB.
You'll have to solder USB cable to the keyboard controller board to be able
to user this method.
to use this method.
For example to build and flash your own firmware you could run these
commands:
@ -54,11 +54,11 @@ from 0x2000 will be flashed. Use -s to specify how many bytes to write.
Flashing over I2C
=================
This method users stock stock firmware's flashing interface to allow writing
user's own firmware to the keyboard, while keeping the stock firmware intact.
This method uses stock firmware's flashing interface to allow writing user's
own firmware to the keyboard, while keeping the stock firmware intact.
Stock firmware will remain present and available for future updates of the
users fiwmare.
users firmware.
You can use this method without having to disassemble the keyboard, or
solder anything.