diff options
| author | Ryan <fauxpark@gmail.com> | 2021-03-13 11:38:26 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-13 11:38:26 +1100 |
| commit | f23639517683378bed12792903e0d9cc6a1a6794 (patch) | |
| tree | 7af76715dedcbf70dfc180f3ea4af27d132cf188 /quantum/led_matrix_drivers.c | |
| parent | 5590c40b5b5a718ab2af270ea9974d98db68d8ef (diff) | |
| download | qmk_firmware-f23639517683378bed12792903e0d9cc6a1a6794.tar.gz qmk_firmware-f23639517683378bed12792903e0d9cc6a1a6794.zip | |
LED Matrix: Clean up includes (#12197)
Diffstat (limited to 'quantum/led_matrix_drivers.c')
| -rw-r--r-- | quantum/led_matrix_drivers.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/quantum/led_matrix_drivers.c b/quantum/led_matrix_drivers.c index eddf3f286..370c5e685 100644 --- a/quantum/led_matrix_drivers.c +++ b/quantum/led_matrix_drivers.c | |||
| @@ -15,9 +15,6 @@ | |||
| 15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include <stdint.h> | ||
| 19 | #include <stdbool.h> | ||
| 20 | #include "quantum.h" | ||
| 21 | #include "led_matrix.h" | 18 | #include "led_matrix.h" |
| 22 | 19 | ||
| 23 | /* Each driver needs to define a struct: | 20 | /* Each driver needs to define a struct: |
| @@ -30,10 +27,6 @@ | |||
| 30 | 27 | ||
| 31 | #if defined(IS31FL3731) || defined(IS31FL3733) | 28 | #if defined(IS31FL3731) || defined(IS31FL3733) |
| 32 | 29 | ||
| 33 | # if defined(IS31FL3731) | ||
| 34 | # include "is31fl3731-simple.h" | ||
| 35 | # endif | ||
| 36 | |||
| 37 | # include "i2c_master.h" | 30 | # include "i2c_master.h" |
| 38 | 31 | ||
| 39 | static void init(void) { | 32 | static void init(void) { |
