forked from mirrors/qmk_userspace
Align definition of unicode_map (#19452)
This commit is contained in:
parent
4704a4e053
commit
d0ebafaea6
46 changed files with 46 additions and 46 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "spidey3_unicode.h"
|
||||
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
const uint32_t unicode_map[] PROGMEM = {
|
||||
[BUL1] = 0x2022, // •
|
||||
[BUL2] = 0x25E6, // ◦
|
||||
[LARR] = 0x2190, // ←
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue