diff options
Diffstat (limited to 'docs/features.md')
-rw-r--r-- | docs/features.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features.md b/docs/features.md index ed5f21318..5abede2c2 100644 --- a/docs/features.md +++ b/docs/features.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # QMK Features | 1 | # QMK Features |
2 | 2 | ||
3 | QMK has a staggering number of features for building your keyboard. It can take some time to understand all of them and determine which one will acheive your goal. | 3 | QMK has a staggering number of features for building your keyboard. It can take some time to understand all of them and determine which one will achieve your goal. |
4 | 4 | ||
5 | 5 | ||
6 | * [Advanced Keycodes](feature_advanced_keycodes.md) - Change layers, type shifted keys, and more. Go beyond typing simple characters. | 6 | * [Advanced Keycodes](feature_advanced_keycodes.md) - Change layers, type shifted keys, and more. Go beyond typing simple characters. |
@@ -15,7 +15,7 @@ QMK has a staggering number of features for building your keyboard. It can take | |||
15 | * [Macros](feature_macros.md) - Send multiple key presses when pressing only one physical key. | 15 | * [Macros](feature_macros.md) - Send multiple key presses when pressing only one physical key. |
16 | * [Mouse keys](feature_mouse_keys.md) - Control your mouse pointer from your keyboard. | 16 | * [Mouse keys](feature_mouse_keys.md) - Control your mouse pointer from your keyboard. |
17 | * [Pointing Device](feature_pointing_device.md) - Framework for connecting your custom pointing device to your keyboard. | 17 | * [Pointing Device](feature_pointing_device.md) - Framework for connecting your custom pointing device to your keyboard. |
18 | * [PS2 Mouse](feature_ps2_mouse.md) - Driver for connecting a ps2 mouse directly to your keyboard. | 18 | * [PS2 Mouse](feature_ps2_mouse.md) - Driver for connecting a PS/2 mouse directly to your keyboard. |
19 | * [RGB Light](feature_rgblight.md) - RGB lighting for your keyboard. | 19 | * [RGB Light](feature_rgblight.md) - RGB lighting for your keyboard. |
20 | * [Space Cadet](feature_space_cadet.md) - Use your left/right shift keys to type parenthesis and brackets. | 20 | * [Space Cadet](feature_space_cadet.md) - Use your left/right shift keys to type parenthesis and brackets. |
21 | * [Stenography](feature_stenography.md) - Put your keyboard into Plover mode for stenography use. | 21 | * [Stenography](feature_stenography.md) - Put your keyboard into Plover mode for stenography use. |