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