diff options
author | skullY <skullydazed@gmail.com> | 2020-02-27 20:53:50 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | 54c58ea6de61a0f1fefa06e8271e2e11f9027940 (patch) | |
tree | 2ce4163cda8164edccd6f06f6e384861a205006c /docs/feature_bootmagic.md | |
parent | a95a314f78fd96aca7cc496b10bd310e28b1b66e (diff) | |
download | qmk_firmware-54c58ea6de61a0f1fefa06e8271e2e11f9027940.tar.gz qmk_firmware-54c58ea6de61a0f1fefa06e8271e2e11f9027940.zip |
Add explicit id tags to externally linked headers
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 | ||