forked from mirrors/qmk_userspace
drivers: remove direct quantum.h
includes (#21473)
This commit is contained in:
parent
726132fb69
commit
b6d9409d2f
16 changed files with 30 additions and 23 deletions
|
@ -1,9 +1,10 @@
|
|||
// Copyright 2022 Stefan Kerkmann
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include "quantum.h"
|
||||
#include "hal.h"
|
||||
#include "bootloader.h"
|
||||
#include "gpio.h"
|
||||
#include "wait.h"
|
||||
#include "pico/bootrom.h"
|
||||
|
||||
#if !defined(RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue