]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Docs] removed unneeded line of code in Tap Dance documentation (#6981)
authorEthan Durrant <5387347+emdarcher@users.noreply.github.com>
Wed, 9 Oct 2019 05:01:56 +0000 (23:01 -0600)
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Wed, 9 Oct 2019 05:01:56 +0000 (22:01 -0700)
docs/feature_tap_dance.md

index 4f98b858e90f5389a6f9dd619254920089837ebc..7427a77146b5ef9f75a4250f705c580dde6f1336 100644 (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: