diff options
Diffstat (limited to 'keyboards/gergo/keymaps/oled/glcdfont.c')
| -rw-r--r-- | keyboards/gergo/keymaps/oled/glcdfont.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/gergo/keymaps/oled/glcdfont.c b/keyboards/gergo/keymaps/oled/glcdfont.c index cf189e6e5..687f1a6a9 100644 --- a/keyboards/gergo/keymaps/oled/glcdfont.c +++ b/keyboards/gergo/keymaps/oled/glcdfont.c | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | // 'loveLain', 128x32px | 1 | // 'loveLain', 128x32px |
| 2 | 2 | ||
| 3 | #include <avr/io.h> | 3 | #include "progmem.h" |
| 4 | #include <avr/pgmspace.h> | ||
| 5 | 4 | ||
| 6 | static const unsigned char font[] PROGMEM = { | 5 | static const unsigned char font[] PROGMEM = { |
| 7 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 6 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
