summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix/rgb_matrix_drivers.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-12-08 16:54:47 +1100
committerGitHub <noreply@github.com>2023-12-08 16:54:47 +1100
commit24511d31b6fbf92d182d84d97193f65cbbdfeaa4 (patch)
treec6f4de1b6836a711377d1e04cfc623f9133193b4 /quantum/rgb_matrix/rgb_matrix_drivers.c
parent2d3f2e92d82187d3509f4f9be716bb0b31771eb9 (diff)
LED/RGB Matrix: add header for drivers (#22628)
Diffstat (limited to 'quantum/rgb_matrix/rgb_matrix_drivers.c')
-rw-r--r--quantum/rgb_matrix/rgb_matrix_drivers.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/quantum/rgb_matrix/rgb_matrix_drivers.c b/quantum/rgb_matrix/rgb_matrix_drivers.c
index 0f979cb233..e7bed0bf72 100644
--- a/quantum/rgb_matrix/rgb_matrix_drivers.c
+++ b/quantum/rgb_matrix/rgb_matrix_drivers.c
@@ -14,7 +14,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "rgb_matrix.h"
+#include "rgb_matrix_drivers.h"
+
+#include <stdbool.h>
+#include "keyboard.h"
+#include "color.h"
#include "util.h"
/* Each driver needs to define the struct