diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2022-10-06 01:37:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 15:37:22 -0700 |
commit | 2f559c03136764ac29c0586896c3f06e82bcc683 (patch) | |
tree | 50a412e90fca717d8a97ebad649c1cd178ff52bb /keyboards | |
parent | 6313258f23ae22943396dad7ae56a1904d5697ea (diff) |
[Keyboard] adafruit/macropad: Fix typo (#18616)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/adafruit/macropad/config.h | 2 | ||||
-rw-r--r-- | keyboards/adafruit/macropad/readme.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/adafruit/macropad/config.h b/keyboards/adafruit/macropad/config.h index cc4cbc940c..e9f9c65b9c 100644 --- a/keyboards/adafruit/macropad/config.h +++ b/keyboards/adafruit/macropad/config.h @@ -61,7 +61,7 @@ #define DEBOUNCE 5 /* Bootmagic lite */ -/* (Press the key bellow the encoder button while plugging the keyboard to enter the bootloader and clear flash) */ +/* (Press the key below the encoder button while plugging the keyboard to enter the bootloader and clear flash) */ #define BOOTMAGIC_LITE_ROW 1 #define BOOTMAGIC_LITE_COLUMN 2 diff --git a/keyboards/adafruit/macropad/readme.md b/keyboards/adafruit/macropad/readme.md index 09c8657902..019883f953 100644 --- a/keyboards/adafruit/macropad/readme.md +++ b/keyboards/adafruit/macropad/readme.md @@ -32,7 +32,7 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to Enter the bootloader in 4 ways: -* **Bootmagic reset**: Hold down the key just bellow the rotary encoder push-button on power-up. +* **Bootmagic reset**: Hold down the key just below 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. |