process_keycode: remove direct quantum.h
includes (#21486)
This commit is contained in:
parent
39a97d2ee4
commit
eee0384167
46 changed files with 257 additions and 155 deletions
|
@ -13,7 +13,14 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "process_tap_dance.h"
|
||||
#include "quantum.h"
|
||||
#include "action_layer.h"
|
||||
#include "action_tapping.h"
|
||||
#include "action_util.h"
|
||||
#include "timer.h"
|
||||
#include "wait.h"
|
||||
|
||||
static uint16_t active_td;
|
||||
static uint16_t last_tap_time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue