Skip to content

Commit

Permalink
flashing.md: move qk_boot section above bootmagic
Browse files Browse the repository at this point in the history
  • Loading branch information
burkfers committed Jul 24, 2024
1 parent f37657b commit c0f7888
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions fw/flashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ The first step is to put your keyboard into bootloader mode. During this time it

There are several ways of initiating bootloader mode:

## QK_BOOT keycode

There exists a dedicated key code that will immediately reboot into the bootloader. This key is present on all default keymaps.

Please refer to the [keymap guide][keymaps] to find the default location of this key for your keyboard.

Once you've put the keyboard in bootloader mode, you can skip to the [usb drive section](#usb-drive).

## Bootmagic

{: .warning }
Expand All @@ -57,14 +65,6 @@ To initiate bootmagic:

Once you've put the keyboard in bootloader mode, you can skip to the [usb drive section](#usb-drive).

## QK_BOOT keycode

There exists a dedicated key code that will immediately reboot into the bootloader. This key is present on all default keymaps.

Please refer to the [keymap guide][keymaps] to find the default location of this key for your keyboard.

Once you've put the keyboard in bootloader mode, you can skip to the [usb drive section](#usb-drive).

## Update button

Locate the button labeled "UPDATE" or "RESET" on your controller.
Expand Down

0 comments on commit c0f7888

Please sign in to comment.