diff options
Diffstat (limited to 'keyboards/rgbkb/sol/common/glcdfont.c')
| -rw-r--r-- | keyboards/rgbkb/sol/common/glcdfont.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/keyboards/rgbkb/sol/common/glcdfont.c b/keyboards/rgbkb/sol/common/glcdfont.c index 61b40c092..6b75af848 100644 --- a/keyboards/rgbkb/sol/common/glcdfont.c +++ b/keyboards/rgbkb/sol/common/glcdfont.c | |||
| @@ -1,13 +1,4 @@ | |||
| 1 | #pragma once | 1 | #include "progmem.h" |
| 2 | |||
| 3 | #ifdef __AVR__ | ||
| 4 | #include <avr/io.h> | ||
| 5 | #include <avr/pgmspace.h> | ||
| 6 | #elif defined(ESP8266) | ||
| 7 | #include <pgmspace.h> | ||
| 8 | #else | ||
| 9 | #define PROGMEM | ||
| 10 | #endif | ||
| 11 | 2 | ||
| 12 | // Helidox 8x6 font with RGBKB SOL Logo | 3 | // Helidox 8x6 font with RGBKB SOL Logo |
| 13 | // Online editor: http://teripom.x0.com/ | 4 | // Online editor: http://teripom.x0.com/ |
