aboutsummaryrefslogtreecommitdiff
path: root/docs/config_options.md
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-10-10 12:38:10 -0700
committerJack Humbert <jack.humb@gmail.com>2018-10-10 21:36:58 -0400
commita7d05820a6258178b7ea440ee2781edf074d8f41 (patch)
tree2940cffc57cd7e8854a33af5834aad2dbf217665 /docs/config_options.md
parent43757cd985153ba4f620336003c20b3554c03678 (diff)
downloadqmk_firmware-a7d05820a6258178b7ea440ee2781edf074d8f41.tar.gz
qmk_firmware-a7d05820a6258178b7ea440ee2781edf074d8f41.zip
Add documentation for Combo feature
Diffstat (limited to 'docs/config_options.md')
-rw-r--r--docs/config_options.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index 4678a7146..19861c9d2 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -155,6 +155,10 @@ If you define these options you will enable the associated feature, which may in
155 going to produce the 500 keystrokes a second needed to actually get more than a 155 going to produce the 500 keystrokes a second needed to actually get more than a
156 few ms of delay from this. But if you're doing chording on something with 3-4ms 156 few ms of delay from this. But if you're doing chording on something with 3-4ms
157 scan times? You probably want this. 157 scan times? You probably want this.
158* `#define COMBO_COUNT 2`
159 * Set this to the number of combos that you're using in the [Combo](feature_combo.md) feature.
160* `#define COMBO_TERM 200`
161 * how long for the Combo keys to be detected. Defaults to `TAPPING_TERM` if not defined.
158 162
159## RGB Light Configuration 163## RGB Light Configuration
160 164
@@ -234,6 +238,8 @@ Use these to enable or disable building certain features. The more you have enab
234 * Console for debug(+400) 238 * Console for debug(+400)
235* `COMMAND_ENABLE` 239* `COMMAND_ENABLE`
236 * Commands for debug and configuration 240 * Commands for debug and configuration
241* `COMBO_ENABLE`
242 * Key combo feature
237* `NKRO_ENABLE` 243* `NKRO_ENABLE`
238 * USB N-Key Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 244 * USB N-Key Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
239* `AUDIO_ENABLE` 245* `AUDIO_ENABLE`