Преглед на файлове

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

Ethan Durrant преди 5 години
родител
ревизия
8da25dd6e3
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      docs/feature_tap_dance.md

+ 0 - 3
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: