]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update ssd1306.c
authorishtob <ishtob@gmail.com>
Mon, 3 Apr 2017 17:17:41 +0000 (13:17 -0400)
committerGitHub <noreply@github.com>
Mon, 3 Apr 2017 17:17:41 +0000 (13:17 -0400)
keyboards/lets_split/ssd1306.c

index 3c7816bb3277858d7758bfb4f920d5fb66c62cd4..4bf3a87437d354e748e2ccfaf6e7088071d1c55b 100644 (file)
@@ -1,3 +1,4 @@
+#ifdef SSD1306OLED
 #include "config.h"
 #include "i2c.h"
 #include <stdbool.h>
@@ -466,3 +467,4 @@ void iota_gfx_task(void) {
     iota_gfx_off();
   }
 }
+#endif