summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-10-28 17:29:18 +0100
committerJack Humbert <jack.humb@gmail.com>2018-11-06 06:38:54 +0100
commit4a033641dff0cbf430a5005d6d6c1e5b8c4b540c (patch)
tree78140d25a498fa738618284417063c07ace9d5e4 /docs
parent26a201e6875e82c623c136eccf937b511199c701 (diff)
downloadqmk_firmware-4a033641dff0cbf430a5005d6d6c1e5b8c4b540c.tar.gz
qmk_firmware-4a033641dff0cbf430a5005d6d6c1e5b8c4b540c.tar.xz
Update Features page to reflect all of the features linked in the sidebar/summary
Diffstat (limited to 'docs')
-rw-r--r--docs/features.md4
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
* [Auto Shift](feature_auto_shift.md) - Tap for the normal key, hold slightly longer for its shifted state.
* [Backlight](feature_backlight.md) - LED lighting support for your keyboard.
* [Bootmagic](feature_bootmagic.md) - Adjust the behavior of your keyboard using hotkeys.
+* [Combos](feature_combos.md) - Custom actions for multiple key holds.
+* [Command](feature_command.md) - Runtime version of bootmagic (Formerly known as "Magic").
* [Dynamic Macros](feature_dynamic_macros.md) - Record and playback macros from the keyboard itself.
+* [Grave Escape](feature_grave_esc.md) - Lets you use a single key for Esc and Grave.
* [HD44780 LCD Display](feature_hd44780.md) - Support for LCD character displays using the HD44780 standard.
* [Key Lock](feature_key_lock.md) - Lock a key in the "down" state.
* [Layouts](feature_layouts.md) - Use one keymap with any keyboard that supports your layout.
* [Leader Key](feature_leader_key.md) - Tap the leader key followed by a sequence to trigger custom behavior.
* [Macros](feature_macros.md) - Send multiple key presses when pressing only one physical key.
* [Mouse keys](feature_mouse_keys.md) - Control your mouse pointer from your keyboard.
+* [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys) - Sticky Keys, lets hit a key rather than holding it.
* [Pointing Device](feature_pointing_device.md) - Framework for connecting your custom pointing device to your keyboard.
* [PS2 Mouse](feature_ps2_mouse.md) - Driver for connecting a PS/2 mouse directly to your keyboard.
* [RGB Light](feature_rgblight.md) - RGB lighting for your keyboard.