diff options
-rw-r--r-- | docs/features.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/features.md b/docs/features.md index 537e1061c..43d972e68 100644 --- a/docs/features.md +++ b/docs/features.md | |||
@@ -8,13 +8,17 @@ QMK has a staggering number of features for building your keyboard. It can take | |||
8 | * [Auto Shift](feature_auto_shift.md) - Tap for the normal key, hold slightly longer for its shifted state. | 8 | * [Auto Shift](feature_auto_shift.md) - Tap for the normal key, hold slightly longer for its shifted state. |
9 | * [Backlight](feature_backlight.md) - LED lighting support for your keyboard. | 9 | * [Backlight](feature_backlight.md) - LED lighting support for your keyboard. |
10 | * [Bootmagic](feature_bootmagic.md) - Adjust the behavior of your keyboard using hotkeys. | 10 | * [Bootmagic](feature_bootmagic.md) - Adjust the behavior of your keyboard using hotkeys. |
11 | * [Combos](feature_combos.md) - Custom actions for multiple key holds. | ||
12 | * [Command](feature_command.md) - Runtime version of bootmagic (Formerly known as "Magic"). | ||
11 | * [Dynamic Macros](feature_dynamic_macros.md) - Record and playback macros from the keyboard itself. | 13 | * [Dynamic Macros](feature_dynamic_macros.md) - Record and playback macros from the keyboard itself. |
14 | * [Grave Escape](feature_grave_esc.md) - Lets you use a single key for Esc and Grave. | ||
12 | * [HD44780 LCD Display](feature_hd44780.md) - Support for LCD character displays using the HD44780 standard. | 15 | * [HD44780 LCD Display](feature_hd44780.md) - Support for LCD character displays using the HD44780 standard. |
13 | * [Key Lock](feature_key_lock.md) - Lock a key in the "down" state. | 16 | * [Key Lock](feature_key_lock.md) - Lock a key in the "down" state. |
14 | * [Layouts](feature_layouts.md) - Use one keymap with any keyboard that supports your layout. | 17 | * [Layouts](feature_layouts.md) - Use one keymap with any keyboard that supports your layout. |
15 | * [Leader Key](feature_leader_key.md) - Tap the leader key followed by a sequence to trigger custom behavior. | 18 | * [Leader Key](feature_leader_key.md) - Tap the leader key followed by a sequence to trigger custom behavior. |
16 | * [Macros](feature_macros.md) - Send multiple key presses when pressing only one physical key. | 19 | * [Macros](feature_macros.md) - Send multiple key presses when pressing only one physical key. |
17 | * [Mouse keys](feature_mouse_keys.md) - Control your mouse pointer from your keyboard. | 20 | * [Mouse keys](feature_mouse_keys.md) - Control your mouse pointer from your keyboard. |
21 | * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys) - Sticky Keys, lets hit a key rather than holding it. | ||
18 | * [Pointing Device](feature_pointing_device.md) - Framework for connecting your custom pointing device to your keyboard. | 22 | * [Pointing Device](feature_pointing_device.md) - Framework for connecting your custom pointing device to your keyboard. |
19 | * [PS2 Mouse](feature_ps2_mouse.md) - Driver for connecting a PS/2 mouse directly to your keyboard. | 23 | * [PS2 Mouse](feature_ps2_mouse.md) - Driver for connecting a PS/2 mouse directly to your keyboard. |
20 | * [RGB Light](feature_rgblight.md) - RGB lighting for your keyboard. | 24 | * [RGB Light](feature_rgblight.md) - RGB lighting for your keyboard. |