[Docs] removed unneeded line of code in Tap Dance documentation (#6981)

This commit is contained in:
Ethan Durrant 2019-10-08 23:01:56 -06:00 committed by noroadsleft
parent 8991d9ab3a
commit 8da25dd6e3
1 changed files with 0 additions and 3 deletions

View File

@ -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: