summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorJack Humbert2017-04-03 21:12:53 -0400
committerGitHub2017-04-03 21:12:53 -0400
commit53951ee086c306af8cc6456909e86b3d162e36ce (patch)
treefd6311aa6fb2b10fc01d2562e819817d798668b2 /keyboards
parent3ac9259742bfd428f71c31dbf2bfedace2a7f91b (diff)
parent27aa185222b709dc53a1478e46d6e04271dc199c (diff)
Merge pull request #1203 from ishtob/master
Updated ssd1306.c fix issues for people not using OLED
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/lets_split/ssd1306.c3
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 @@
+#ifdef SSD1306OLED
+
#include "ssd1306.h"
#include "config.h"
#include "i2c.h"
@@ -465,3 +467,4 @@ void iota_gfx_task(void) {
iota_gfx_off();
}
}
+#endif