]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/lets_split/ssd1306.c
Move SSD1306 function declarations to header file
[qmk_firmware.git] / keyboards / lets_split / ssd1306.c
index 3c7816bb3277858d7758bfb4f920d5fb66c62cd4..76348ab7f2cbf16ca278e8497c8b474d5ddbb085 100644 (file)
@@ -1,8 +1,7 @@
+#include "ssd1306.h"
 #include "config.h"
 #include "i2c.h"
-#include <stdbool.h>
 #include <string.h>
-#include <stdio.h>
 #include "print.h"
 #include "lets_split.h"
 #include "common/glcdfont.c"