mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-08 08:34:17 -04:00
Had to fix the rollow variable names
This commit is contained in:
parent
9389b0cf3f
commit
27212ab001
2 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ static const char PROGMEM qmk_logo[] = { // 128x24
|
|||
};
|
||||
|
||||
|
||||
static const char PROGMEM barbellboards_logo[] = { // 128x32
|
||||
static const char PROGMEM rollow_logo[] = { // 128x32
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x80,
|
||||
0x00, 0x00, 0xf0, 0xf0, 0x00, 0x00, 0xe0, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue