diff options
Diffstat (limited to 'docs/feature_bootmagic.md')
-rw-r--r-- | docs/feature_bootmagic.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_bootmagic.md b/docs/feature_bootmagic.md index a19b5e548..54ebd0867 100644 --- a/docs/feature_bootmagic.md +++ b/docs/feature_bootmagic.md | |||
@@ -54,7 +54,7 @@ Hold down the Bootmagic key (Space by default) and the desired hotkey while plug | |||
54 | |`6` |Make layer 6 the default layer | | 54 | |`6` |Make layer 6 the default layer | |
55 | |`7` |Make layer 7 the default layer | | 55 | |`7` |Make layer 7 the default layer | |
56 | 56 | ||
57 | ## Keycodes | 57 | ## Keycodes :id=keycodes |
58 | 58 | ||
59 | |Key |Aliases |Description | | 59 | |Key |Aliases |Description | |
60 | |----------------------------------|---------|--------------------------------------------------------------------------| | 60 | |----------------------------------|---------|--------------------------------------------------------------------------| |
@@ -121,7 +121,7 @@ If you would like to change the hotkey assignments for Bootmagic, `#define` thes | |||
121 | |`BOOTMAGIC_KEY_DEFAULT_LAYER_6` |`KC_6` |Make layer 6 the default layer | | 121 | |`BOOTMAGIC_KEY_DEFAULT_LAYER_6` |`KC_6` |Make layer 6 the default layer | |
122 | |`BOOTMAGIC_KEY_DEFAULT_LAYER_7` |`KC_7` |Make layer 7 the default layer | | 122 | |`BOOTMAGIC_KEY_DEFAULT_LAYER_7` |`KC_7` |Make layer 7 the default layer | |
123 | 123 | ||
124 | # Bootmagic Lite | 124 | # Bootmagic Lite :id=bootmagic-lite |
125 | 125 | ||
126 | In addition to the full blown Bootmagic feature, is the Bootmagic Lite feature that only handles jumping into the bootloader. This is great for boards that don't have a physical reset button but you need a way to jump into the bootloader, and don't want to deal with the headache that Bootmagic can cause. | 126 | In addition to the full blown Bootmagic feature, is the Bootmagic Lite feature that only handles jumping into the bootloader. This is great for boards that don't have a physical reset button but you need a way to jump into the bootloader, and don't want to deal with the headache that Bootmagic can cause. |
127 | 127 | ||