aboutsummaryrefslogtreecommitdiff
path: root/docs/flashing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/flashing.md')
-rw-r--r--docs/flashing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/flashing.md b/docs/flashing.md
index 1adacc55c..8e1381f69 100644
--- a/docs/flashing.md
+++ b/docs/flashing.md
@@ -12,7 +12,7 @@ To ensure compatibility with the DFU bootloader, make sure this block is present
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
15 # different sizes, comment this out, and the correct address will be loaded 15 # different sizes, comment this out, and the correct address will be loaded
16 # automatically (+60). See bootloader.mk for all options. 16 # automatically (+60). See bootloader.mk for all options.
17 BOOTLOADER = atmel-dfu 17 BOOTLOADER = atmel-dfu
18 18
@@ -57,7 +57,7 @@ To ensure compatibility with the Caterina bootloader, make sure this block is pr
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
60 # different sizes, comment this out, and the correct address will be loaded 60 # different sizes, comment this out, and the correct address will be loaded
61 # automatically (+60). See bootloader.mk for all options. 61 # automatically (+60). See bootloader.mk for all options.
62 BOOTLOADER = caterina 62 BOOTLOADER = caterina
63 63
@@ -86,7 +86,7 @@ To ensure compatibility with the Halfkay bootloader, make sure this block is pre
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
89 # different sizes, comment this out, and the correct address will be loaded 89 # different sizes, comment this out, and the correct address will be loaded
90 # automatically (+60). See bootloader.mk for all options. 90 # automatically (+60). See bootloader.mk for all options.
91 BOOTLOADER = halfkay 91 BOOTLOADER = halfkay
92 92