diff options
author | skullY <skullydazed@gmail.com> | 2020-03-01 08:57:26 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | 961477c791195ebf2d4c1f533807cb46c194d939 (patch) | |
tree | fbea653155e884505beedddc10a6003622fb6228 /docs/feature_advanced_keycodes.md | |
parent | 6956784ac1ae1a48e42ca0a695b7c666abd52846 (diff) | |
download | qmk_firmware-961477c791195ebf2d4c1f533807cb46c194d939.tar.gz qmk_firmware-961477c791195ebf2d4c1f533807cb46c194d939.zip |
make sure all our redirects are in order
Diffstat (limited to 'docs/feature_advanced_keycodes.md')
-rw-r--r-- | docs/feature_advanced_keycodes.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/feature_advanced_keycodes.md b/docs/feature_advanced_keycodes.md index 92713a0eb..4f970c6b3 100644 --- a/docs/feature_advanced_keycodes.md +++ b/docs/feature_advanced_keycodes.md | |||
@@ -62,3 +62,19 @@ These allow you to combine a modifier with a keycode. When pressed, the keydown | |||
62 | |`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`| | 62 | |`HYPR(kc)`| |Hold Left Control, Shift, Alt and GUI and press `kc`| |
63 | 63 | ||
64 | You can also chain them, for example `LCTL(LALT(KC_DEL))` makes a key that sends Control+Alt+Delete with a single keypress. | 64 | You can also chain them, for example `LCTL(LALT(KC_DEL))` makes a key that sends Control+Alt+Delete with a single keypress. |
65 | |||
66 | # Legacy Content | ||
67 | |||
68 | This page used to encompass a large set of features. We have moved many sections that used to be part of this page to their own pages. Everything below this point is simply a redirect so that people following old links on the web find what they're looking for. | ||
69 | |||
70 | ## Mod-Tap :id=mod-tap | ||
71 | |||
72 | * [Mod-Tap](mod_tap.md) | ||
73 | |||
74 | ## One Shot Keys :id=one-shot-keys | ||
75 | |||
76 | * [One Shot Keys](one_shot_keys.md) | ||
77 | |||
78 | ## Tap-Hold Configuration Options :id=tap-hold-configuration-options | ||
79 | |||
80 | * [Tap-Hold Configuration Options](tap_hold.md) | ||