commit b017e755c5ab1c21387f8b82b1cb2f6cfd0d018e
parent 5252f7f6978603323b3d8289d1ae242caf1ed4da
Author: Alfredo Colas Gullon <57442104+LyricPants66133@users.noreply.github.com>
Date: Mon, 17 Jul 2023 23:48:11 -0400
Fix compilation of lily58 rgb_state_reader (#21502)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/keyboards/lily58/lib/rgb_state_reader.c b/keyboards/lily58/lib/rgb_state_reader.c
@@ -1,6 +1,6 @@
#ifdef RGBLIGHT_ENABLE
-
#include <stdio.h>
+#include "rgblight.h"
extern rgblight_config_t rgblight_config;
char rbf_info_str[24];