diff options
Diffstat (limited to 'docs/feature_tap_dance.md')
-rw-r--r-- | docs/feature_tap_dance.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_tap_dance.md b/docs/feature_tap_dance.md index 57bbde6ea..271d1a0f0 100644 --- a/docs/feature_tap_dance.md +++ b/docs/feature_tap_dance.md | |||
@@ -150,7 +150,7 @@ void dance_flsh_finished(qk_tap_dance_state_t *state, void *user_data) { | |||
150 | } | 150 | } |
151 | } | 151 | } |
152 | 152 | ||
153 | // if the flash state didnt happen, then turn off leds, left to right | 153 | // if the flash state didn't happen, then turn off LEDs, left to right |
154 | void dance_flsh_reset(qk_tap_dance_state_t *state, void *user_data) { | 154 | void dance_flsh_reset(qk_tap_dance_state_t *state, void *user_data) { |
155 | ergodox_right_led_1_off(); | 155 | ergodox_right_led_1_off(); |
156 | _delay_ms(50); | 156 | _delay_ms(50); |