Skip to content

Commit

Permalink
[Keyboard] Fix font file for Ein 60 Keyboard (qmk#14553)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and nhongooi committed Dec 5, 2021
1 parent 5310264 commit 9579f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/ein_60/glcdfont.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9579f8b

Please sign in to comment.