summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjpe230 <pablin.123.ra@gmail.com>2022-07-22 17:28:51 -0500
committerGitHub <noreply@github.com>2022-07-22 23:28:51 +0100
commitc586cfda48ff095d00b418aa7fc617435ac356a5 (patch)
tree85bb1acf931b933e6da5996100d395a80515aaee
parentc39a90286730741919d3f74c1b33c29ed9ac8460 (diff)
(develop) Update bootmagic for Adafruit Macropad (#17755)
-rw-r--r--keyboards/adafruit/macropad/config.h4
-rw-r--r--keyboards/adafruit/macropad/readme.md5
2 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/adafruit/macropad/config.h b/keyboards/adafruit/macropad/config.h
index 8d7298e09c..1e055e273b 100644
--- a/keyboards/adafruit/macropad/config.h
+++ b/keyboards/adafruit/macropad/config.h
@@ -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 */
diff --git a/keyboards/adafruit/macropad/readme.md b/keyboards/adafruit/macropad/readme.md
index fe7375b336..09c8657902 100644
--- a/keyboards/adafruit/macropad/readme.md
+++ b/keyboards/adafruit/macropad/readme.md
@@ -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.