Remove more unnecessary quantum.h includes (#23402)
This commit is contained in:
parent
f8a7a6848d
commit
a14c03b96e
60 changed files with 103 additions and 78 deletions
|
|
@ -13,10 +13,10 @@
|
|||
* 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 "quantum.h"
|
||||
|
||||
#include "model01.h"
|
||||
#include "i2c_master.h"
|
||||
#include <string.h>
|
||||
#include "model01.h"
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
/* the bootloader can leave LEDs on, so */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue