Browse Source

Update ssd1306.c

ishtob 8 năm trước cách đây
mục cha
commit
4e51c1e3ca
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      keyboards/lets_split/ssd1306.c

+ 2 - 0
keyboards/lets_split/ssd1306.c

@@ -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