diff options
Diffstat (limited to 'quantum/rgb_matrix.h')
| -rw-r--r-- | quantum/rgb_matrix.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/quantum/rgb_matrix.h b/quantum/rgb_matrix.h index 576931400..b91c9fba5 100644 --- a/quantum/rgb_matrix.h +++ b/quantum/rgb_matrix.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Copyright 2017 Jason Williams | 1 | /* Copyright 2017 Jason Williams |
| 2 | * Copyright 2017 Jack Humbert | 2 | * Copyright 2017 Jack Humbert |
| 3 | * Copyright 2018 Yiancar | ||
| 3 | * | 4 | * |
| 4 | * This program is free software: you can redistribute it and/or modify | 5 | * This program is free software: you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
| @@ -21,9 +22,14 @@ | |||
| 21 | #include <stdint.h> | 22 | #include <stdint.h> |
| 22 | #include <stdbool.h> | 23 | #include <stdbool.h> |
| 23 | #include "color.h" | 24 | #include "color.h" |
| 24 | #include "is31fl3731.h" | ||
| 25 | #include "quantum.h" | 25 | #include "quantum.h" |
| 26 | 26 | ||
| 27 | #ifdef IS31FL3731 | ||
| 28 | #include "is31fl3731.h" | ||
| 29 | #elif defined (IS31FL3733) | ||
| 30 | #include "is31fl3733.h" | ||
| 31 | #endif | ||
| 32 | |||
| 27 | typedef struct Point { | 33 | typedef struct Point { |
| 28 | uint8_t x; | 34 | uint8_t x; |
| 29 | uint8_t y; | 35 | uint8_t y; |
