diff options
| author | Ethan Durrant <5387347+emdarcher@users.noreply.github.com> | 2019-10-08 23:01:56 -0600 |
|---|---|---|
| committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-10-08 22:01:56 -0700 |
| commit | 8da25dd6e36bdd8a21bcd6dbb619a42549b396c9 (patch) | |
| tree | aa735db575d9db051068787f328056908dacdad6 /docs/feature_tap_dance.md | |
| parent | 8991d9ab3a53d8180ef85abba014fee57980da65 (diff) | |
| download | qmk_firmware-8da25dd6e36bdd8a21bcd6dbb619a42549b396c9.tar.gz qmk_firmware-8da25dd6e36bdd8a21bcd6dbb619a42549b396c9.zip | |
[Docs] removed unneeded line of code in Tap Dance documentation (#6981)
Diffstat (limited to 'docs/feature_tap_dance.md')
| -rw-r--r-- | docs/feature_tap_dance.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/feature_tap_dance.md b/docs/feature_tap_dance.md index 4f98b858e..7427a7714 100644 --- a/docs/feature_tap_dance.md +++ b/docs/feature_tap_dance.md | |||
| @@ -447,9 +447,6 @@ int cur_dance (qk_tap_dance_state_t *state); | |||
| 447 | //Functions associated with individual tap dances | 447 | //Functions associated with individual tap dances |
| 448 | void ql_finished (qk_tap_dance_state_t *state, void *user_data); | 448 | void ql_finished (qk_tap_dance_state_t *state, void *user_data); |
| 449 | void ql_reset (qk_tap_dance_state_t *state, void *user_data); | 449 | void ql_reset (qk_tap_dance_state_t *state, void *user_data); |
| 450 | |||
| 451 | //Declare variable to track which layer is active | ||
| 452 | int active_layer; | ||
| 453 | ``` | 450 | ``` |
| 454 | 451 | ||
| 455 | Towards the bottom of your `keymap.c`, include the following code: | 452 | Towards the bottom of your `keymap.c`, include the following code: |
