Skip to content

Commit

Permalink
(develop) Update bootmagic for Adafruit Macropad (qmk#17755)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpe230 authored and nolanseaton committed Jan 23, 2023
1 parent 46683bf commit 90f7892
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keyboards/adafruit/macropad/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
#define DEBOUNCE 5

/* Bootmagic lite */
/* (Press the Encoder button while plugging the keyboard to enter the bootloader) */
#define BOOTMAGIC_LITE_ROW 0
/* (Press the key bellow the encoder button while plugging the keyboard to enter the bootloader and clear flash) */
#define BOOTMAGIC_LITE_ROW 1
#define BOOTMAGIC_LITE_COLUMN 2

/* Double tap the side button to enter bootloader */
Expand Down
5 changes: 3 additions & 2 deletions keyboards/adafruit/macropad/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to

## Bootloader

Enter the bootloader in 3 ways:
Enter the bootloader in 4 ways:

* **Bootmagic reset**: Hold down the rotary encoder push-button on power-up or reset.
* **Bootmagic reset**: Hold down the key just bellow the rotary encoder push-button on power-up.
* **Physical reset button**: Press twice the button on the side while the board is connected.
* **BOOT button** Hold down the rotary encoder push-button on power-up or reset.
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available.

0 comments on commit 90f7892

Please sign in to comment.