diff options
| -rw-r--r-- | keyboards/lets_split/ssd1306.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/lets_split/ssd1306.c b/keyboards/lets_split/ssd1306.c index 3c7816bb3..4bf3a8743 100644 --- a/keyboards/lets_split/ssd1306.c +++ b/keyboards/lets_split/ssd1306.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | #ifdef SSD1306OLED | ||
| 1 | #include "config.h" | 2 | #include "config.h" |
| 2 | #include "i2c.h" | 3 | #include "i2c.h" |
| 3 | #include <stdbool.h> | 4 | #include <stdbool.h> |
| @@ -466,3 +467,4 @@ void iota_gfx_task(void) { | |||
| 466 | iota_gfx_off(); | 467 | iota_gfx_off(); |
| 467 | } | 468 | } |
| 468 | } | 469 | } |
| 470 | #endif | ||
