~ruther/qmk_firmware

8da25dd6e36bdd8a21bcd6dbb619a42549b396c9 — Ethan Durrant 5 years ago 8991d9a
[Docs] removed unneeded line of code in Tap Dance documentation (#6981)

1 files changed, 0 insertions(+), 3 deletions(-)

M docs/feature_tap_dance.md
M docs/feature_tap_dance.md => docs/feature_tap_dance.md +0 -3
@@ 447,9 447,6 @@ int cur_dance (qk_tap_dance_state_t *state);
//Functions associated with individual tap dances
void ql_finished (qk_tap_dance_state_t *state, void *user_data);
void ql_reset (qk_tap_dance_state_t *state, void *user_data);

//Declare variable to track which layer is active
int active_layer;
```

Towards the bottom of your `keymap.c`, include the following code: