diff options
| author | QMK Bot | 2025-09-09 23:51:51 +0200 |
|---|---|---|
| committer | QMK Bot | 2025-09-09 23:51:51 +0200 |
| commit | ff8db0449edd488ae4440e8c102a0752f76f46c3 (patch) | |
| tree | 90bc046e8318fdcbff38acd932490d2dcf0ba553 /docs/features/bootmagic.md | |
| parent | 7772f47f04f54cf64db8719a49a225013013aee1 (diff) | |
| parent | 09ab67c0440d8e5e3faf832d23eb1b754845a573 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/features/bootmagic.md')
| -rw-r--r-- | docs/features/bootmagic.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/bootmagic.md b/docs/features/bootmagic.md index 49fae5ba45..15c2bec293 100644 --- a/docs/features/bootmagic.md +++ b/docs/features/bootmagic.md @@ -46,7 +46,7 @@ When [handedness](split_keyboard#setting-handedness) is predetermined via option } ``` -If you pick the top right key for the right half, it is `R05` on the top layout. Within the key matrix below, `R05` is located on row 4 columnn 4. To use that key as the right half's Bootmagic trigger, add these entries to your `config.h` file: +If you pick the top right key for the right half, it is `R05` on the top layout. Within the key matrix below, `R05` is located on row 4 column 4. To use that key as the right half's Bootmagic trigger, add these entries to your `config.h` file: ```c #define BOOTMAGIC_ROW_RIGHT 4 |