aboutsummaryrefslogtreecommitdiff
path: root/docs/flashing.md
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2017-12-09 16:49:07 +1100
committerJack Humbert <jack.humb@gmail.com>2017-12-09 10:46:11 -0500
commitaf37bb2f78c39c224c995eb57c757c63034a3d9c (patch)
tree9ad591cb895d1ac13cce6145d11738569dff0a93 /docs/flashing.md
parent4c675a83ba1d3561bfd6baad57a250066f5db4d3 (diff)
downloadqmk_firmware-af37bb2f78c39c224c995eb57c757c63034a3d9c.tar.gz
qmk_firmware-af37bb2f78c39c224c995eb57c757c63034a3d9c.zip
Fix some of the more obvious typos
Diffstat (limited to 'docs/flashing.md')
-rw-r--r--docs/flashing.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/flashing.md b/docs/flashing.md
index 8a2e2806e..1adacc55c 100644
--- a/docs/flashing.md
+++ b/docs/flashing.md
@@ -8,7 +8,7 @@ If you have a bootloader selected with the `BOOTLOADER` variable in your `rules.
8 8
9Atmel's DFU bootloader comes on all atmega32u4 chips by default, and is used by many keyboards that have their own ICs on their PCBs (Older OLKB boards, Clueboards). Some keyboards may also use LUFA's DFU bootloader (or QMK's fork) (Newer OLKB boards) that adds in additional features specific to that hardware. 9Atmel's DFU bootloader comes on all atmega32u4 chips by default, and is used by many keyboards that have their own ICs on their PCBs (Older OLKB boards, Clueboards). Some keyboards may also use LUFA's DFU bootloader (or QMK's fork) (Newer OLKB boards) that adds in additional features specific to that hardware.
10 10
11To ensure compatability with the DFU bootloader, make sure this block is present your `rules.mk` (optionally with `lufa-dfu` or `qmk-dfu` instead): 11To ensure compatibility with the DFU bootloader, make sure this block is present your `rules.mk` (optionally with `lufa-dfu` or `qmk-dfu` instead):
12 12
13 # Bootloader 13 # Bootloader
14 # This definition is optional, and if your keyboard supports multiple bootloaders of 14 # This definition is optional, and if your keyboard supports multiple bootloaders of
@@ -19,7 +19,7 @@ To ensure compatability with the DFU bootloader, make sure this block is present
19Compatible flashers: 19Compatible flashers:
20 20
21* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI) 21* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI)
22* [dfu-programmer](https://github.com/dfu-programmer/dfu-programmer) / `:dfu` in QMK (recommended commandline) 22* [dfu-programmer](https://github.com/dfu-programmer/dfu-programmer) / `:dfu` in QMK (recommended command line)
23* [Atmel's Flip](http://www.atmel.com/tools/flip.aspx) (not recommended) 23* [Atmel's Flip](http://www.atmel.com/tools/flip.aspx) (not recommended)
24 24
25Flashing sequence: 25Flashing sequence:
@@ -53,7 +53,7 @@ To generate a production-ready .hex file (containing the application and the boo
53 53
54Arduino boards and their clones use the [Caterina bootloader](https://github.com/arduino/Arduino/tree/master/hardware/arduino/avr/bootloaders/caterina) (any keyboard built with a Pro Micro, or clone), and uses the avr109 protocol to communicate through virtual serial. Bootloaders like [A-Star](https://www.pololu.com/docs/0J61/9) are based on Caterina. 54Arduino boards and their clones use the [Caterina bootloader](https://github.com/arduino/Arduino/tree/master/hardware/arduino/avr/bootloaders/caterina) (any keyboard built with a Pro Micro, or clone), and uses the avr109 protocol to communicate through virtual serial. Bootloaders like [A-Star](https://www.pololu.com/docs/0J61/9) are based on Caterina.
55 55
56To ensure compatability with the Caterina bootloader, make sure this block is present your `rules.mk`: 56To ensure compatibility with the Caterina bootloader, make sure this block is present your `rules.mk`:
57 57
58 # Bootloader 58 # Bootloader
59 # This definition is optional, and if your keyboard supports multiple bootloaders of 59 # This definition is optional, and if your keyboard supports multiple bootloaders of
@@ -64,7 +64,7 @@ To ensure compatability with the Caterina bootloader, make sure this block is pr
64Compatible flashers: 64Compatible flashers:
65 65
66* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI) 66* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI)
67* [avrdude](http://www.nongnu.org/avrdude/) with avr109 / `:avrdude` (recommended commandline) 67* [avrdude](http://www.nongnu.org/avrdude/) with avr109 / `:avrdude` (recommended command line)
68* [AVRDUDESS](https://github.com/zkemble/AVRDUDESS) 68* [AVRDUDESS](https://github.com/zkemble/AVRDUDESS)
69 69
70Flashing sequence: 70Flashing sequence:
@@ -82,7 +82,7 @@ or
82 82
83Halfkay is a super-slim protocol developed by PJRC that uses HID, and come on all Teensys (namely the 2.0). 83Halfkay is a super-slim protocol developed by PJRC that uses HID, and come on all Teensys (namely the 2.0).
84 84
85To ensure compatability with the Halfkay bootloader, make sure this block is present your `rules.mk`: 85To ensure compatibility with the Halfkay bootloader, make sure this block is present your `rules.mk`:
86 86
87 # Bootloader 87 # Bootloader
88 # This definition is optional, and if your keyboard supports multiple bootloaders of 88 # This definition is optional, and if your keyboard supports multiple bootloaders of
@@ -94,7 +94,7 @@ Compatible flashers:
94 94
95* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI) 95* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI)
96* [Teensy Loader](https://www.pjrc.com/teensy/loader.html) 96* [Teensy Loader](https://www.pjrc.com/teensy/loader.html)
97* [Teensy Loader Command Line](https://www.pjrc.com/teensy/loader_cli.html) (recommended commandline) 97* [Teensy Loader Command Line](https://www.pjrc.com/teensy/loader_cli.html) (recommended command line)
98 98
99Flashing sequence: 99Flashing sequence:
100 100