diff options
| author | Ryan <fauxpark@gmail.com> | 2024-03-31 01:07:19 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-30 14:07:19 +0000 |
| commit | 2dd406f08fc5d9877c8fd2642e94975eae37e86f (patch) | |
| tree | 97f1833428dff865e99a2332a9c779fc02ff803d /keyboards/bpiphany | |
| parent | 76bd5142cfed1fb8e07b9f32fb0b010fbc068fa4 (diff) | |
Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)
Diffstat (limited to 'keyboards/bpiphany')
| -rw-r--r-- | keyboards/bpiphany/ghost_squid/matrix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/bpiphany/ghost_squid/matrix.c b/keyboards/bpiphany/ghost_squid/matrix.c index b0ad607555..802d365cb8 100644 --- a/keyboards/bpiphany/ghost_squid/matrix.c +++ b/keyboards/bpiphany/ghost_squid/matrix.c | |||
| @@ -17,7 +17,6 @@ | |||
| 17 | */ | 17 | */ |
| 18 | 18 | ||
| 19 | #include "matrix.h" | 19 | #include "matrix.h" |
| 20 | #include "quantum.h" | ||
| 21 | 20 | ||
| 22 | matrix_row_t read_rows(void) { | 21 | matrix_row_t read_rows(void) { |
| 23 | return | 22 | return |
