From: Ethan Durrant <5387347+emdarcher@users.noreply.github.com> Date: Wed, 9 Oct 2019 05:01:56 +0000 (-0600) Subject: [Docs] removed unneeded line of code in Tap Dance documentation (#6981) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8da25dd6e36bdd8a21bcd6dbb619a42549b396c9;p=qmk_firmware.git [Docs] removed unneeded line of code in Tap Dance documentation (#6981) --- 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); //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: