Align definition of unicode_map (#19452)
This commit is contained in:
@@ -35,7 +35,7 @@ enum emoji_map {
|
||||
NAIL, // Nailcare 💅
|
||||
};
|
||||
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
const uint32_t unicode_map[] PROGMEM = {
|
||||
[UNAM] = 0x1F612,
|
||||
[HEYE] = 0x1f60d,
|
||||
[OK] = 0x1F44C,
|
||||
|
@@ -13,7 +13,7 @@ enum custom_keycodes {
|
||||
QMKBEST = SAFE_RANGE,
|
||||
};
|
||||
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
const uint32_t unicode_map[] PROGMEM = {
|
||||
[BEER] = 0x1F37A, // 🍺
|
||||
[BEERS] = 0x1F37B // 🍻
|
||||
};
|
||||
|
Reference in New Issue
Block a user