diff options
| author | Ryan <fauxpark@gmail.com> | 2023-07-16 23:42:56 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-16 23:42:56 +1000 |
| commit | da2d2f947d5c30aebea17f414fb22ad50fe5410b (patch) | |
| tree | fdf2ed307ddb8f32ecb9ef7444ecfdf7ff7b4904 /quantum/led_matrix | |
| parent | b9e5895184c6d36b46ba723d6d71e27249e70c20 (diff) | |
quantum: remove direct `quantum.h` includes (#21507)
Diffstat (limited to 'quantum/led_matrix')
| -rw-r--r-- | quantum/led_matrix/led_matrix.c | 5 | ||||
| -rw-r--r-- | quantum/led_matrix/led_matrix.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/quantum/led_matrix/led_matrix.c b/quantum/led_matrix/led_matrix.c index 4b692d1904..1676a60aa3 100644 --- a/quantum/led_matrix/led_matrix.c +++ b/quantum/led_matrix/led_matrix.c | |||
| @@ -20,8 +20,13 @@ | |||
| 20 | #include "led_matrix.h" | 20 | #include "led_matrix.h" |
| 21 | #include "progmem.h" | 21 | #include "progmem.h" |
| 22 | #include "eeprom.h" | 22 | #include "eeprom.h" |
| 23 | #include "eeconfig.h" | ||
| 24 | #include "keyboard.h" | ||
| 25 | #include "sync_timer.h" | ||
| 26 | #include "debug.h" | ||
| 23 | #include <string.h> | 27 | #include <string.h> |
| 24 | #include <math.h> | 28 | #include <math.h> |
| 29 | #include <stdlib.h> | ||
| 25 | #include "led_tables.h" | 30 | #include "led_tables.h" |
| 26 | 31 | ||
| 27 | #include <lib/lib8tion/lib8tion.h> | 32 | #include <lib/lib8tion/lib8tion.h> |
diff --git a/quantum/led_matrix/led_matrix.h b/quantum/led_matrix/led_matrix.h index 9091f6890b..c2533ca49c 100644 --- a/quantum/led_matrix/led_matrix.h +++ b/quantum/led_matrix/led_matrix.h | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | #include <stdint.h> | 23 | #include <stdint.h> |
| 24 | #include <stdbool.h> | 24 | #include <stdbool.h> |
| 25 | #include "led_matrix_types.h" | 25 | #include "led_matrix_types.h" |
| 26 | #include "quantum.h" | 26 | #include "keyboard.h" |
| 27 | 27 | ||
| 28 | #ifdef IS31FL3731 | 28 | #ifdef IS31FL3731 |
| 29 | # include "is31fl3731-simple.h" | 29 | # include "is31fl3731-simple.h" |
