M keyboards/a_dux/keymaps/daliusd/keymap.c => keyboards/a_dux/keymaps/daliusd/keymap.c +1 -1
@@ 101,7 101,7 @@ enum unicode_names {
LT_CB,
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[SNEK] = 0x1F40D, // 🐍
[EURO] = 0x20ac, // €
[LT_S_A] = 0x105, // ą
M keyboards/abacus/keymaps/unicodemap/keymap.c => keyboards/abacus/keymaps/unicodemap/keymap.c +1 -1
@@ 44,7 44,7 @@ enum unicode_names {
EMOJIB
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[LOVEEYES] = 0x1f60d,
[THINK] = 0x1f914,
[UPSIDEDOWN] = 0x1f643,
M keyboards/contra/keymaps/bramver/keymap.c => keyboards/contra/keymaps/bramver/keymap.c +1 -1
@@ 48,7 48,7 @@ enum emoji_map {
RGHT, // Point Right
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[UNAM] = 0x1F612,
[HEYE] = 0x1f60d,
[OK] = 0x1F44C,
M keyboards/converter/ibm_terminal/keymaps/priyadi/keymap.c => keyboards/converter/ibm_terminal/keymaps/priyadi/keymap.c +1 -1
@@ 97,7 97,7 @@ enum unicode_name {
SKULL, // skull
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[GRIN] = 0x1F600,
[TJOY] = 0x1F602,
[SMILE] = 0x1F601,
M keyboards/crkbd/keymaps/ardakilic/keymap.c => keyboards/crkbd/keymaps/ardakilic/keymap.c +1 -1
@@ 68,7 68,7 @@ enum {
};
// clang-format off
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[TR_C] = 0x00c7,
[TR_C_L] = 0x00e7,
[TR_I] = 0x0130,
M keyboards/durgod/k320/keymaps/kuenhlee/keymap.c => keyboards/durgod/k320/keymaps/kuenhlee/keymap.c +1 -1
@@ 69,7 69,7 @@ enum unicode_names {
SUM,
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[DEGR] = 0x00B0, // °
[PONE] = 0x00B1, // ±
[POW2] = 0x00B2, // ²
M keyboards/dztech/dz65rgb/keymaps/catrielmuller/keymap.c => keyboards/dztech/dz65rgb/keymaps/catrielmuller/keymap.c +1 -1
@@ 86,7 86,7 @@ enum unicode_names {
UC_THUMBSUP, // 👎
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[UC_GRINNING_FACE] = 0x1F603,
[UC_BEAMING_FACE] = 0x1F601,
[UC_GRINNING_FACE_WITH_SWEAT] = 0x1F605,
M keyboards/handwired/aranck/keymaps/turkishish/keymap.c => keyboards/handwired/aranck/keymaps/turkishish/keymap.c +1 -1
@@ 64,7 64,7 @@ enum {
};
// clang-format off
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[TR_C] = 0x00c7,
[TR_C_L] = 0x00e7,
[TR_I] = 0x0130,
M keyboards/handwired/heisenberg/keymaps/turkishish/keymap.c => keyboards/handwired/heisenberg/keymaps/turkishish/keymap.c +1 -1
@@ 64,7 64,7 @@ enum {
};
// clang-format off
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[TR_C] = 0x00c7,
[TR_C_L] = 0x00e7,
[TR_I] = 0x0130,
M keyboards/handwired/promethium/keymaps/default/keymap.c => keyboards/handwired/promethium/keymaps/default/keymap.c +1 -1
@@ 256,7 256,7 @@ enum unicode_name {
PLMIN,
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[GRIN] = 0x1F600,
[TJOY] = 0x1F602,
[SMILE] = 0x1F601,
M keyboards/handwired/promethium/keymaps/priyadi/keymap.c => keyboards/handwired/promethium/keymaps/priyadi/keymap.c +1 -1
@@ 259,7 259,7 @@ enum unicode_name {
PLMIN,
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[GRIN] = 0x1F600,
[TJOY] = 0x1F602,
[SMILE] = 0x1F601,
M keyboards/handwired/t111/keymaps/oleg/keymap.c => keyboards/handwired/t111/keymaps/oleg/keymap.c +1 -1
@@ 49,7 49,7 @@ enum unicode_names {
UAST
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[USCT] = 0x00A7, // §
[ULSB] = 0x005B, // [
[URSB] = 0x005D, // ]
M keyboards/handwired/wulkan/keymaps/default/keymap.c => keyboards/handwired/wulkan/keymaps/default/keymap.c +1 -1
@@ 16,7 16,7 @@ enum unicode_names {
SE_ODIA_LOW,
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[SE_ARNG_HIGH] = 0x00C5,
[SE_ADIA_HIGH] = 0x00C4,
[SE_ODIA_HIGH] = 0x00D6,
M keyboards/keebio/nyquist/keymaps/bramver/keymap.c => keyboards/keebio/nyquist/keymaps/bramver/keymap.c +1 -1
@@ 59,7 59,7 @@ enum emoji_map {
RGHT, // Point Right
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[UNAM] = 0x1F612,
[HEYE] = 0x1f60d,
[OK] = 0x1F44C,
M keyboards/keebio/quefrency/keymaps/bramver/keymap.c => keyboards/keebio/quefrency/keymaps/bramver/keymap.c +1 -1
@@ 49,7 49,7 @@ enum emoji_map {
RGHT, // Point Right
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[UNAM] = 0x1F612,
[HEYE] = 0x1f60d,
[OK] = 0x1F44C,
M keyboards/keychron/q1/iso/keymaps/victorsavu3/keymap.c => keyboards/keychron/q1/iso/keymaps/victorsavu3/keymap.c +1 -1
@@ 31,7 31,7 @@ enum unicode_names {
SAD,
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[GRIN] = 0x1F600, // 😀
[SAD] = 0x1F61E, // 😞
};
M keyboards/ktec/ergodone/keymaps/vega/keymap.c => keyboards/ktec/ergodone/keymaps/vega/keymap.c +1 -1
@@ 320,7 320,7 @@ enum unicode_names {
nullpic, // Null picture - ␀
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
// MATH
[neq] = 0x2260, //≠
[intgrl] = 0x222B, //∫
M keyboards/mlego/m65/keymaps/uk/keymap.c => keyboards/mlego/m65/keymaps/uk/keymap.c +1 -1
@@ 24,7 24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[la] = 0x03B1 , // α
[lA] = 0x0391 , // Α
[lb] = 0x03B2 , // β
M keyboards/planck/keymaps/mwpeterson/keymap.c => keyboards/planck/keymaps/mwpeterson/keymap.c +1 -1
@@ 43,7 43,7 @@ enum unicode_name {
IBANG // ‽
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[IBANG] = 0x0203D // ‽
};
#endif // UNICODEMAP_ENABLE
M keyboards/planck/keymaps/rootiest/keymap.c => keyboards/planck/keymaps/rootiest/keymap.c +1 -1
@@ 157,7 157,7 @@ enum custom_keycodes {
// Declare unicode map array
enum unicode_names { BANG, SNEK };
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
//[UCD_BANG] = 0x203D, // ‽
//[UCD_IRONY] = 0x2E2E, // ⸮
[SNEK] = 0x1F40D, // 🐍
M keyboards/planck/keymaps/zach/zach_common_functions.c => keyboards/planck/keymaps/zach/zach_common_functions.c +1 -1
@@ 174,7 174,7 @@ enum Ext_Unicode{
CHICK,
TUMBLER
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[PENGUIN] = 0x1F427,
[BOAR] = 0x1F417,
[MONKEY] = 0x1F412,
M keyboards/preonic/keymaps/zach/zach_common_functions.c => keyboards/preonic/keymaps/zach/zach_common_functions.c +1 -1
@@ 174,7 174,7 @@ enum Ext_Unicode{
CHICK,
TUMBLER
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[PENGUIN] = 0x1F427,
[BOAR] = 0x1F417,
[MONKEY] = 0x1F412,
M keyboards/reviung/reviung41/keymaps/ciutadellla/keymap.c => keyboards/reviung/reviung41/keymaps/ciutadellla/keymap.c +1 -1
@@ 80,7 80,7 @@
};
//https://unicode-table.com/en/#00F1
- const uint32_t PROGMEM unicode_map[] = {
+ const uint32_t unicode_map[] PROGMEM = {
[CKC_EUR] = 0x20AC, //€
[N_TILDE] = 0x00F1, // ñ
[COMB_ACUTE_ACCENT] = 0x0301, // ´
M keyboards/signum/3_0/keymaps/default/keymap.c => keyboards/signum/3_0/keymaps/default/keymap.c +1 -1
@@ 312,7 312,7 @@ ypsilon,
zeta
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[AB_ARC] = 0x0361, // ͡
[AB_LINE] = 0x0305, // ̅
[AB_VEC] = 0x20d7, // ⃗
M keyboards/signum/3_0/keymaps/default/km_template.txt => keyboards/signum/3_0/keymaps/default/km_template.txt +1 -1
@@ 7,7 7,7 @@ enum unicode_name {
//<enum/>
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
//<uc_map/>
};
M keyboards/spaceman/2_milk/keymaps/encg/keymap.c => keyboards/spaceman/2_milk/keymaps/encg/keymap.c +1 -1
@@ 38,7 38,7 @@ enum unicode_names {
WAVE
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[COW] = 0x1F404, // 🐄
[BTTR] = 0x1F9C8, // 🧈
[CHIKN] = 0x1F414, // 🐔
M keyboards/splitkb/kyria/keymaps/lw/keymap.c => keyboards/splitkb/kyria/keymaps/lw/keymap.c +1 -1
@@ 40,7 40,7 @@ enum unicode_names {
DEGREE,
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[APOST] = 0x0027, // '
[QUOTE] = 0x0022, // "
[ACUTE] = 0x00B4, // ´
M keyboards/thevankeyboards/minivan/keymaps/josjoha/unicode_macros.c => keyboards/thevankeyboards/minivan/keymaps/josjoha/unicode_macros.c +1 -1
@@ 107,7 107,7 @@ void unicode_hex2output_single (long unsigned int either) {
// Required by QMK Unicode
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
};
M keyboards/xiudi/xd75/keymaps/bramver/keymap.c => keyboards/xiudi/xd75/keymaps/bramver/keymap.c +1 -1
@@ 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,
M keyboards/xiudi/xd75/keymaps/minna/keymap.c => keyboards/xiudi/xd75/keymaps/minna/keymap.c +1 -1
@@ 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 // 🍻
};
M => +1 -1
@@ 21,7 21,7 @@
enum unicode_names { SAE, BAE, SUE, BUE, SOE, BOE, SS, EUR, CPR };
/* Unicode map */
const uint32_t PROGMEM unicode_map[] = {
const uint32_t unicode_map[] PROGMEM = {
[SAE] = 0x00E4, // ä
[BAE] = 0x00C4, // Ä
[SUE] = 0x00FC, // ü
M => +1 -1
@@ 31,7 31,7 @@ enum unicode_names {
};
/* Unicode map */
const uint32_t PROGMEM unicode_map[] = {
const uint32_t unicode_map[] PROGMEM = {
[SAE] = 0x00E4, // ä
[BAE] = 0x00C4, // Ä
[SUE] = 0x00FC, // ü
M quantum/process_keycode/process_unicodemap.h => quantum/process_keycode/process_unicodemap.h +1 -1
@@ 22,7 22,7 @@
#include "action.h"
#include "progmem.h"
-extern const uint32_t PROGMEM unicode_map[];
+extern const uint32_t unicode_map[] PROGMEM;
uint16_t unicodemap_index(uint16_t keycode);
bool process_unicodemap(uint16_t keycode, keyrecord_t *record);
M users/charlesrocket/apl.c => users/charlesrocket/apl.c +1 -1
@@ 99,7 99,7 @@ enum unicode_names {
QUAD_COLON
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[DIAMOND] = 0x25CA, // ◊ 0
[QUAD_DIAMOND] = 0x233A, // ⌺
[DIAERESIS] = 0x00A8, // ¨
M users/klackygears/klackygears.h => users/klackygears/klackygears.h +1 -1
@@ 53,7 53,7 @@ enum unicode_names {
SNEK,
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[BANG] = 0x203D, // ‽
[IRONY] = 0x2E2E, // ⸮
[SNEK] = 0x1F40D, // 🐍
M users/konstantin/unicode.c => users/konstantin/unicode.c +1 -1
@@ 17,7 17,7 @@
#include "unicode.h"
#ifdef UNICODEMAP_ENABLE
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
FOREACH_UNICODE(UCM_ENTRY)
};
#endif
M users/konstantin/unicode.h => users/konstantin/unicode.h +1 -1
@@ 42,7 42,7 @@ enum unicode_names {
FOREACH_UNICODE(UCM_NAME)
};
-extern const uint32_t PROGMEM unicode_map[];
+extern const uint32_t unicode_map[] PROGMEM;
enum unicode_keycodes {
FOREACH_UNICODE(UCM_KEYCODE)
M users/kuchosauronad0/unicode.c => users/kuchosauronad0/unicode.c +1 -1
@@ 1,7 1,7 @@
#include "unicode.h"
//#ifdef UNICODEMAP_ENABLE
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[BANG] = 0x0203D,// ‽
[IRONY] = 0x02E2E,// ⸮
[DEGREE] = 0x000B0,// °
M users/nstickney/unicodemap.h => users/nstickney/unicodemap.h +1 -1
@@ 37,7 37,7 @@ enum {
CPL
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[IEX] = 0xA1, // ¡
[SS2] = 0xB2, // ²
[SS3] = 0xB3, // ³
M users/ridingqwerty/unicode.c => users/ridingqwerty/unicode.c +1 -1
@@ 1,7 1,7 @@
#include "unicode.h"
#ifdef UNICODEMAP_ENABLE
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
FOREACH_UNICODE(UCM_ENTRY)
};
#endif
M users/ridingqwerty/unicode.h => users/ridingqwerty/unicode.h +1 -1
@@ 227,7 227,7 @@ enum unicode_names {
FOREACH_UNICODE(UCM_NAME)
};
-extern const uint32_t PROGMEM unicode_map[];
+extern const uint32_t unicode_map[] PROGMEM;
enum unicode_keycodes {
FOREACH_UNICODE(UCM_KEYCODE)
M users/rmeli/keyrecords/unicode.h => users/rmeli/keyrecords/unicode.h +1 -1
@@ 45,7 45,7 @@ enum unicode_names {
UUML,
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
// KC_A
[aGRV] = 0x00E0, // à
[AGRV] = 0x00C0, // À
M users/rupa/unicode.c => users/rupa/unicode.c +1 -1
@@ 21,7 21,7 @@ combined_mode_t combined_mode = CM_NULL;
bool _seeded = false;
#if defined(UNICODEMAP_ENABLE)
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[CCIR] = 0x20DD, // COMBINING CIRCLE ⃝
[CENT] = 0x00A2, // ¢
[CHEK] = 0x2713, // ✓
M users/rverst/unicode.h => users/rverst/unicode.h +1 -1
@@ 23,7 23,7 @@
enum unicode_names { BANG, IRONY, SNEK };
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[BANG] = 0x203D,
[IRONY] = 0x2E2E,
[SNEK] = 0x1F40D,
M users/spidey3/spidey3_unicode.c => users/spidey3/spidey3_unicode.c +1 -1
@@ 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, // ←
M users/yet-another-developer/unicode.c => users/yet-another-developer/unicode.c +1 -1
@@ 1,7 1,7 @@
#include "unicode.h"
//#ifdef UNICODEMAP_ENABLE
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[BANG] = 0x0203D,// ‽
[IRONY] = 0x02E2E,// ⸮
[DEGREE] = 0x000B0,// °