diff options
Diffstat (limited to 'keyboards/yosino58/ssd1306.c')
| -rw-r--r-- | keyboards/yosino58/ssd1306.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/yosino58/ssd1306.c b/keyboards/yosino58/ssd1306.c index ff6ba210d..abd9de2f7 100644 --- a/keyboards/yosino58/ssd1306.c +++ b/keyboards/yosino58/ssd1306.c | |||
| @@ -10,6 +10,8 @@ | |||
| 10 | #include "sendchar.h" | 10 | #include "sendchar.h" |
| 11 | #include "timer.h" | 11 | #include "timer.h" |
| 12 | 12 | ||
| 13 | struct CharacterMatrix display; | ||
| 14 | |||
| 13 | extern const unsigned char font[] PROGMEM; | 15 | extern const unsigned char font[] PROGMEM; |
| 14 | 16 | ||
| 15 | // Set this to 1 to help diagnose early startup problems | 17 | // Set this to 1 to help diagnose early startup problems |
