2017-06-29 18:13:44 +02:00
# QMK Features
2017-12-09 06:49:07 +01:00
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.
2017-10-25 05:34:28 +02:00
2018-08-06 05:08:26 +02:00
* [Advanced Keycodes ](feature_advanced_keycodes.md ) - Change layers, dual-action keys, and more. Go beyond typing simple characters.
2017-10-25 05:34:28 +02:00
* [Audio ](feature_audio.md ) - Connect a speaker to your keyboard for audio feedback, midi support, and music mode.
2017-10-29 07:02:49 +01:00
* [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.
2018-11-13 01:46:01 +01:00
* [Combos ](feature_combo.md ) - Custom actions for multiple key holds.
2018-10-28 17:29:18 +01:00
* [Command ](feature_command.md ) - Runtime version of bootmagic (Formerly known as "Magic").
2017-10-25 05:34:28 +02:00
* [Dynamic Macros ](feature_dynamic_macros.md ) - Record and playback macros from the keyboard itself.
2019-01-18 16:33:43 +01:00
* [Encoders ](feature_encoders.md ) - Rotary encoders!
2018-10-28 17:29:18 +01:00
* [Grave Escape ](feature_grave_esc.md ) - Lets you use a single key for Esc and Grave.
2018-07-15 19:31:45 +02:00
* [HD44780 LCD Display ](feature_hd44780.md ) - Support for LCD character displays using the HD44780 standard.
2017-10-25 05:34:28 +02:00
* [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.
2019-03-04 00:29:29 +01:00
* [LED Matrix ](feature_led_matrix.md ) - LED Matrix single color lights for per key lighting (Single Color, not RGB).
2017-10-29 07:02:49 +01:00
* [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.
2018-10-28 17:29:18 +01:00
* [One Shot Keys ](feature_advanced_keycodes.md#one-shot-keys ) - Sticky Keys, lets hit a key rather than holding it.
2017-10-25 05:34:28 +02:00
* [Pointing Device ](feature_pointing_device.md ) - Framework for connecting your custom pointing device to your keyboard.
2017-12-09 06:49:07 +01:00
* [PS2 Mouse ](feature_ps2_mouse.md ) - Driver for connecting a PS/2 mouse directly to your keyboard.
2017-10-29 07:02:49 +01:00
* [RGB Light ](feature_rgblight.md ) - RGB lighting for your keyboard.
2018-05-16 04:24:47 +02:00
* [RGB Matrix ](feature_rgb_matrix.md ) - RGB Matrix lights for per key lighting.
2018-08-01 17:43:54 +02:00
* [Space Cadet ](feature_space_cadet_shift.md ) - Use your left/right shift keys to type parenthesis and brackets.
2017-10-25 05:34:28 +02:00
* [Stenography ](feature_stenography.md ) - Put your keyboard into Plover mode for stenography use.
2018-05-16 04:24:47 +02:00
* [Swap Hands ](feature_swap_hands.md ) - Mirror your keyboard for one handed usage.
2017-10-29 07:02:49 +01:00
* [Tap Dance ](feature_tap_dance.md ) - Make a single key do as many things as you want.
* [Terminal ](feature_terminal.md ) - CLI interface to the internals of your keyboard.
2017-10-25 05:34:28 +02:00
* [Thermal Printer ](feature_thermal_printer.md ) - Connect a thermal printer to your keyboard to be able to toggle on a printed log of everything you type.
* [Unicode ](feature_unicode.md ) - Unicode input support.
2017-10-29 07:02:49 +01:00
* [Userspace ](feature_userspace.md ) - Share code between different keymaps and keyboards.