quantum: remove direct quantum.h includes (#21507)
This commit is contained in:
parent
b9e5895184
commit
da2d2f947d
51 changed files with 208 additions and 62 deletions
|
|
@ -19,8 +19,7 @@
|
|||
#include "rgb_matrix.h"
|
||||
#include "i2c_master.h"
|
||||
#include "is31fl3733-dual.h"
|
||||
|
||||
|
||||
#include "gpio.h"
|
||||
|
||||
static void init(void) {
|
||||
i2c_init(&I2CD1, I2C1_SCL_PIN, I2C1_SDA_PIN);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2023 QMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue