summaryrefslogtreecommitdiff
path: root/keyboards/ein_60/glcdfont.c
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-09-21 22:39:19 -0700
committerGitHub <noreply@github.com>2021-09-21 22:39:19 -0700
commitea5735b0741764acab905e1137dab9de1e3cf5a6 (patch)
treefaf56a0fa0d87ecf37356512f8ced98035ef6600 /keyboards/ein_60/glcdfont.c
parent9c564b6a5fc249af397e1c1b0ec237a2629072e8 (diff)
[Keyboard] Fix font file for Ein 60 Keyboard (#14553)
Diffstat (limited to 'keyboards/ein_60/glcdfont.c')
-rw-r--r--keyboards/ein_60/glcdfont.c2
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,