diff options
author | Drashna Jaelre <drashna@live.com> | 2021-09-21 22:39:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 22:39:19 -0700 |
commit | ea5735b0741764acab905e1137dab9de1e3cf5a6 (patch) | |
tree | faf56a0fa0d87ecf37356512f8ced98035ef6600 /keyboards/ein_60/glcdfont.c | |
parent | 9c564b6a5fc249af397e1c1b0ec237a2629072e8 (diff) | |
download | qmk_firmware-ea5735b0741764acab905e1137dab9de1e3cf5a6.tar.gz qmk_firmware-ea5735b0741764acab905e1137dab9de1e3cf5a6.zip |
[Keyboard] Fix font file for Ein 60 Keyboard (#14553)
Diffstat (limited to 'keyboards/ein_60/glcdfont.c')
-rw-r--r-- | keyboards/ein_60/glcdfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ein_60/glcdfont.c b/keyboards/ein_60/glcdfont.c index f9984b62ca..b53b0918f5 100644 --- a/keyboards/ein_60/glcdfont.c +++ b/keyboards/ein_60/glcdfont.c @@ -5,7 +5,7 @@ #include "progmem.h" -static const char PROGMEM font[] = { +static const unsigned char PROGMEM font[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00, 0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00, |