diff options
author | ishtob <ishtob@gmail.com> | 2017-04-03 19:17:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-03 19:17:41 +0200 |
commit | 4e51c1e3ca75c9abe45673866d026cc0f810a410 (patch) | |
tree | 5c3ae66cf37a88062902c6cd2270c003eddeee9c /keyboards | |
parent | 2573e581a52d88e0722f33e6137e37a018ac0b25 (diff) | |
download | qmk_firmware-4e51c1e3ca75c9abe45673866d026cc0f810a410.tar.gz qmk_firmware-4e51c1e3ca75c9abe45673866d026cc0f810a410.tar.xz |
Update ssd1306.c
Diffstat (limited to 'keyboards')
-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 @@ +#ifdef SSD1306OLED #include "config.h" #include "i2c.h" #include <stdbool.h> @@ -466,3 +467,4 @@ void iota_gfx_task(void) { iota_gfx_off(); } } +#endif |