diff options
Diffstat (limited to 'docs/features.md')
-rw-r--r-- | docs/features.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/features.md b/docs/features.md index 4dee486ef..d8ca3780d 100644 --- a/docs/features.md +++ b/docs/features.md | |||
@@ -9,6 +9,7 @@ QMK has a staggering number of features for building your keyboard. It can take | |||
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 | * [Dynamic Macros](feature_dynamic_macros.md) - Record and playback macros from the keyboard itself. | 11 | * [Dynamic Macros](feature_dynamic_macros.md) - Record and playback macros from the keyboard itself. |
12 | * [HD44780 LCD Display](feature_hd44780.md) - Support for LCD character displays using the HD44780 standard. | ||
12 | * [Key Lock](feature_key_lock.md) - Lock a key in the "down" state. | 13 | * [Key Lock](feature_key_lock.md) - Lock a key in the "down" state. |
13 | * [Layouts](feature_layouts.md) - Use one keymap with any keyboard that supports your layout. | 14 | * [Layouts](feature_layouts.md) - Use one keymap with any keyboard that supports your layout. |
14 | * [Leader Key](feature_leader_key.md) - Tap the leader key followed by a sequence to trigger custom behavior. | 15 | * [Leader Key](feature_leader_key.md) - Tap the leader key followed by a sequence to trigger custom behavior. |