diff options
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index bea4acb01..fb1655e9a 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -143,6 +143,8 @@ If you define these options you will enable the associated feature, which may in | |||
143 | * Breaks any Tap Toggle functionality (`TT` or the One Shot Tap Toggle) | 143 | * Breaks any Tap Toggle functionality (`TT` or the One Shot Tap Toggle) |
144 | * `#define LEADER_TIMEOUT 300` | 144 | * `#define LEADER_TIMEOUT 300` |
145 | * how long before the leader key times out | 145 | * how long before the leader key times out |
146 | * `#define LEADER_PER_KEY_TIMING` | ||
147 | * sets the timer for leader key chords to run on each key press rather than overall | ||
146 | * `#define ONESHOT_TIMEOUT 300` | 148 | * `#define ONESHOT_TIMEOUT 300` |
147 | * how long before oneshot times out | 149 | * how long before oneshot times out |
148 | * `#define ONESHOT_TAP_TOGGLE 2` | 150 | * `#define ONESHOT_TAP_TOGGLE 2` |
@@ -194,7 +196,7 @@ Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in yo | |||
194 | 196 | ||
195 | * `#define SPLIT_HAND_PIN B7` | 197 | * `#define SPLIT_HAND_PIN B7` |
196 | * For using high/low pin to determine handedness, low = right hand, high = left hand. Replace 'B7' with the pin you are using. This is optional and you can still use the EEHANDS method or MASTER_LEFT / MASTER_RIGHT defines like the stock Let's Split uses. | 198 | * For using high/low pin to determine handedness, low = right hand, high = left hand. Replace 'B7' with the pin you are using. This is optional and you can still use the EEHANDS method or MASTER_LEFT / MASTER_RIGHT defines like the stock Let's Split uses. |
197 | 199 | ||
198 | * `#define USE_I2C` | 200 | * `#define USE_I2C` |
199 | * For using I2C instead of Serial (defaults to serial) | 201 | * For using I2C instead of Serial (defaults to serial) |
200 | 202 | ||
@@ -252,6 +254,8 @@ Use these to enable or disable building certain features. The more you have enab | |||
252 | * Enable the audio subsystem. | 254 | * Enable the audio subsystem. |
253 | * `RGBLIGHT_ENABLE` | 255 | * `RGBLIGHT_ENABLE` |
254 | * Enable keyboard underlight functionality | 256 | * Enable keyboard underlight functionality |
257 | * `LEADER_ENABLE` | ||
258 | * Enable leader key chording | ||
255 | * `MIDI_ENABLE` | 259 | * `MIDI_ENABLE` |
256 | * MIDI controls | 260 | * MIDI controls |
257 | * `UNICODE_ENABLE` | 261 | * `UNICODE_ENABLE` |