Align definition of unicode_map (#19452)
This commit is contained in:
parent
4704a4e053
commit
d0ebafaea6
46 changed files with 46 additions and 46 deletions
|
@ -101,7 +101,7 @@ enum unicode_names {
|
||||||
LT_CB,
|
LT_CB,
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[SNEK] = 0x1F40D, // 🐍
|
[SNEK] = 0x1F40D, // 🐍
|
||||||
[EURO] = 0x20ac, // €
|
[EURO] = 0x20ac, // €
|
||||||
[LT_S_A] = 0x105, // ą
|
[LT_S_A] = 0x105, // ą
|
||||||
|
|
|
@ -44,7 +44,7 @@ enum unicode_names {
|
||||||
EMOJIB
|
EMOJIB
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[LOVEEYES] = 0x1f60d,
|
[LOVEEYES] = 0x1f60d,
|
||||||
[THINK] = 0x1f914,
|
[THINK] = 0x1f914,
|
||||||
[UPSIDEDOWN] = 0x1f643,
|
[UPSIDEDOWN] = 0x1f643,
|
||||||
|
|
|
@ -48,7 +48,7 @@ enum emoji_map {
|
||||||
RGHT, // Point Right
|
RGHT, // Point Right
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[UNAM] = 0x1F612,
|
[UNAM] = 0x1F612,
|
||||||
[HEYE] = 0x1f60d,
|
[HEYE] = 0x1f60d,
|
||||||
[OK] = 0x1F44C,
|
[OK] = 0x1F44C,
|
||||||
|
|
|
@ -97,7 +97,7 @@ enum unicode_name {
|
||||||
SKULL, // skull
|
SKULL, // skull
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[GRIN] = 0x1F600,
|
[GRIN] = 0x1F600,
|
||||||
[TJOY] = 0x1F602,
|
[TJOY] = 0x1F602,
|
||||||
[SMILE] = 0x1F601,
|
[SMILE] = 0x1F601,
|
||||||
|
|
|
@ -68,7 +68,7 @@ enum {
|
||||||
};
|
};
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[TR_C] = 0x00c7,
|
[TR_C] = 0x00c7,
|
||||||
[TR_C_L] = 0x00e7,
|
[TR_C_L] = 0x00e7,
|
||||||
[TR_I] = 0x0130,
|
[TR_I] = 0x0130,
|
||||||
|
|
|
@ -69,7 +69,7 @@ enum unicode_names {
|
||||||
SUM,
|
SUM,
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[DEGR] = 0x00B0, // °
|
[DEGR] = 0x00B0, // °
|
||||||
[PONE] = 0x00B1, // ±
|
[PONE] = 0x00B1, // ±
|
||||||
[POW2] = 0x00B2, // ²
|
[POW2] = 0x00B2, // ²
|
||||||
|
|
|
@ -86,7 +86,7 @@ enum unicode_names {
|
||||||
UC_THUMBSUP, // 👎
|
UC_THUMBSUP, // 👎
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[UC_GRINNING_FACE] = 0x1F603,
|
[UC_GRINNING_FACE] = 0x1F603,
|
||||||
[UC_BEAMING_FACE] = 0x1F601,
|
[UC_BEAMING_FACE] = 0x1F601,
|
||||||
[UC_GRINNING_FACE_WITH_SWEAT] = 0x1F605,
|
[UC_GRINNING_FACE_WITH_SWEAT] = 0x1F605,
|
||||||
|
|
|
@ -64,7 +64,7 @@ enum {
|
||||||
};
|
};
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[TR_C] = 0x00c7,
|
[TR_C] = 0x00c7,
|
||||||
[TR_C_L] = 0x00e7,
|
[TR_C_L] = 0x00e7,
|
||||||
[TR_I] = 0x0130,
|
[TR_I] = 0x0130,
|
||||||
|
|
|
@ -64,7 +64,7 @@ enum {
|
||||||
};
|
};
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[TR_C] = 0x00c7,
|
[TR_C] = 0x00c7,
|
||||||
[TR_C_L] = 0x00e7,
|
[TR_C_L] = 0x00e7,
|
||||||
[TR_I] = 0x0130,
|
[TR_I] = 0x0130,
|
||||||
|
|
|
@ -256,7 +256,7 @@ enum unicode_name {
|
||||||
PLMIN,
|
PLMIN,
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[GRIN] = 0x1F600,
|
[GRIN] = 0x1F600,
|
||||||
[TJOY] = 0x1F602,
|
[TJOY] = 0x1F602,
|
||||||
[SMILE] = 0x1F601,
|
[SMILE] = 0x1F601,
|
||||||
|
|
|
@ -259,7 +259,7 @@ enum unicode_name {
|
||||||
PLMIN,
|
PLMIN,
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[GRIN] = 0x1F600,
|
[GRIN] = 0x1F600,
|
||||||
[TJOY] = 0x1F602,
|
[TJOY] = 0x1F602,
|
||||||
[SMILE] = 0x1F601,
|
[SMILE] = 0x1F601,
|
||||||
|
|
|
@ -49,7 +49,7 @@ enum unicode_names {
|
||||||
UAST
|
UAST
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[USCT] = 0x00A7, // §
|
[USCT] = 0x00A7, // §
|
||||||
[ULSB] = 0x005B, // [
|
[ULSB] = 0x005B, // [
|
||||||
[URSB] = 0x005D, // ]
|
[URSB] = 0x005D, // ]
|
||||||
|
|
|
@ -16,7 +16,7 @@ enum unicode_names {
|
||||||
SE_ODIA_LOW,
|
SE_ODIA_LOW,
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[SE_ARNG_HIGH] = 0x00C5,
|
[SE_ARNG_HIGH] = 0x00C5,
|
||||||
[SE_ADIA_HIGH] = 0x00C4,
|
[SE_ADIA_HIGH] = 0x00C4,
|
||||||
[SE_ODIA_HIGH] = 0x00D6,
|
[SE_ODIA_HIGH] = 0x00D6,
|
||||||
|
|
|
@ -59,7 +59,7 @@ enum emoji_map {
|
||||||
RGHT, // Point Right
|
RGHT, // Point Right
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[UNAM] = 0x1F612,
|
[UNAM] = 0x1F612,
|
||||||
[HEYE] = 0x1f60d,
|
[HEYE] = 0x1f60d,
|
||||||
[OK] = 0x1F44C,
|
[OK] = 0x1F44C,
|
||||||
|
|
|
@ -49,7 +49,7 @@ enum emoji_map {
|
||||||
RGHT, // Point Right
|
RGHT, // Point Right
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[UNAM] = 0x1F612,
|
[UNAM] = 0x1F612,
|
||||||
[HEYE] = 0x1f60d,
|
[HEYE] = 0x1f60d,
|
||||||
[OK] = 0x1F44C,
|
[OK] = 0x1F44C,
|
||||||
|
|
|
@ -31,7 +31,7 @@ enum unicode_names {
|
||||||
SAD,
|
SAD,
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[GRIN] = 0x1F600, // 😀
|
[GRIN] = 0x1F600, // 😀
|
||||||
[SAD] = 0x1F61E, // 😞
|
[SAD] = 0x1F61E, // 😞
|
||||||
};
|
};
|
||||||
|
|
|
@ -320,7 +320,7 @@ enum unicode_names {
|
||||||
nullpic, // Null picture - ␀
|
nullpic, // Null picture - ␀
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
// MATH
|
// MATH
|
||||||
[neq] = 0x2260, //≠
|
[neq] = 0x2260, //≠
|
||||||
[intgrl] = 0x222B, //∫
|
[intgrl] = 0x222B, //∫
|
||||||
|
|
|
@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[la] = 0x03B1 , // α
|
[la] = 0x03B1 , // α
|
||||||
[lA] = 0x0391 , // Α
|
[lA] = 0x0391 , // Α
|
||||||
[lb] = 0x03B2 , // β
|
[lb] = 0x03B2 , // β
|
||||||
|
|
|
@ -43,7 +43,7 @@ enum unicode_name {
|
||||||
IBANG // ‽
|
IBANG // ‽
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[IBANG] = 0x0203D // ‽
|
[IBANG] = 0x0203D // ‽
|
||||||
};
|
};
|
||||||
#endif // UNICODEMAP_ENABLE
|
#endif // UNICODEMAP_ENABLE
|
||||||
|
|
|
@ -157,7 +157,7 @@ enum custom_keycodes {
|
||||||
|
|
||||||
// Declare unicode map array
|
// Declare unicode map array
|
||||||
enum unicode_names { BANG, SNEK };
|
enum unicode_names { BANG, SNEK };
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
//[UCD_BANG] = 0x203D, // ‽
|
//[UCD_BANG] = 0x203D, // ‽
|
||||||
//[UCD_IRONY] = 0x2E2E, // ⸮
|
//[UCD_IRONY] = 0x2E2E, // ⸮
|
||||||
[SNEK] = 0x1F40D, // 🐍
|
[SNEK] = 0x1F40D, // 🐍
|
||||||
|
|
|
@ -174,7 +174,7 @@ enum Ext_Unicode{
|
||||||
CHICK,
|
CHICK,
|
||||||
TUMBLER
|
TUMBLER
|
||||||
};
|
};
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[PENGUIN] = 0x1F427,
|
[PENGUIN] = 0x1F427,
|
||||||
[BOAR] = 0x1F417,
|
[BOAR] = 0x1F417,
|
||||||
[MONKEY] = 0x1F412,
|
[MONKEY] = 0x1F412,
|
||||||
|
|
|
@ -174,7 +174,7 @@ enum Ext_Unicode{
|
||||||
CHICK,
|
CHICK,
|
||||||
TUMBLER
|
TUMBLER
|
||||||
};
|
};
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[PENGUIN] = 0x1F427,
|
[PENGUIN] = 0x1F427,
|
||||||
[BOAR] = 0x1F417,
|
[BOAR] = 0x1F417,
|
||||||
[MONKEY] = 0x1F412,
|
[MONKEY] = 0x1F412,
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
//https://unicode-table.com/en/#00F1
|
//https://unicode-table.com/en/#00F1
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[CKC_EUR] = 0x20AC, //€
|
[CKC_EUR] = 0x20AC, //€
|
||||||
[N_TILDE] = 0x00F1, // ñ
|
[N_TILDE] = 0x00F1, // ñ
|
||||||
[COMB_ACUTE_ACCENT] = 0x0301, // ´
|
[COMB_ACUTE_ACCENT] = 0x0301, // ´
|
||||||
|
|
|
@ -312,7 +312,7 @@ ypsilon,
|
||||||
zeta
|
zeta
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[AB_ARC] = 0x0361, // ͡
|
[AB_ARC] = 0x0361, // ͡
|
||||||
[AB_LINE] = 0x0305, // ̅
|
[AB_LINE] = 0x0305, // ̅
|
||||||
[AB_VEC] = 0x20d7, // ⃗
|
[AB_VEC] = 0x20d7, // ⃗
|
||||||
|
|
|
@ -7,7 +7,7 @@ enum unicode_name {
|
||||||
//<enum/>
|
//<enum/>
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
//<uc_map/>
|
//<uc_map/>
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ enum unicode_names {
|
||||||
WAVE
|
WAVE
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[COW] = 0x1F404, // 🐄
|
[COW] = 0x1F404, // 🐄
|
||||||
[BTTR] = 0x1F9C8, // 🧈
|
[BTTR] = 0x1F9C8, // 🧈
|
||||||
[CHIKN] = 0x1F414, // 🐔
|
[CHIKN] = 0x1F414, // 🐔
|
||||||
|
|
|
@ -40,7 +40,7 @@ enum unicode_names {
|
||||||
DEGREE,
|
DEGREE,
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[APOST] = 0x0027, // '
|
[APOST] = 0x0027, // '
|
||||||
[QUOTE] = 0x0022, // "
|
[QUOTE] = 0x0022, // "
|
||||||
[ACUTE] = 0x00B4, // ´
|
[ACUTE] = 0x00B4, // ´
|
||||||
|
|
|
@ -107,7 +107,7 @@ void unicode_hex2output_single (long unsigned int either) {
|
||||||
|
|
||||||
|
|
||||||
// Required by QMK Unicode
|
// Required by QMK Unicode
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ enum emoji_map {
|
||||||
NAIL, // Nailcare 💅
|
NAIL, // Nailcare 💅
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[UNAM] = 0x1F612,
|
[UNAM] = 0x1F612,
|
||||||
[HEYE] = 0x1f60d,
|
[HEYE] = 0x1f60d,
|
||||||
[OK] = 0x1F44C,
|
[OK] = 0x1F44C,
|
||||||
|
|
|
@ -13,7 +13,7 @@ enum custom_keycodes {
|
||||||
QMKBEST = SAFE_RANGE,
|
QMKBEST = SAFE_RANGE,
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[BEER] = 0x1F37A, // 🍺
|
[BEER] = 0x1F37A, // 🍺
|
||||||
[BEERS] = 0x1F37B // 🍻
|
[BEERS] = 0x1F37B // 🍻
|
||||||
};
|
};
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
enum unicode_names { SAE, BAE, SUE, BUE, SOE, BOE, SS, EUR, CPR };
|
enum unicode_names { SAE, BAE, SUE, BUE, SOE, BOE, SS, EUR, CPR };
|
||||||
|
|
||||||
/* Unicode map */
|
/* Unicode map */
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[SAE] = 0x00E4, // ä
|
[SAE] = 0x00E4, // ä
|
||||||
[BAE] = 0x00C4, // Ä
|
[BAE] = 0x00C4, // Ä
|
||||||
[SUE] = 0x00FC, // ü
|
[SUE] = 0x00FC, // ü
|
||||||
|
|
|
@ -31,7 +31,7 @@ enum unicode_names {
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Unicode map */
|
/* Unicode map */
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[SAE] = 0x00E4, // ä
|
[SAE] = 0x00E4, // ä
|
||||||
[BAE] = 0x00C4, // Ä
|
[BAE] = 0x00C4, // Ä
|
||||||
[SUE] = 0x00FC, // ü
|
[SUE] = 0x00FC, // ü
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#include "action.h"
|
#include "action.h"
|
||||||
#include "progmem.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);
|
uint16_t unicodemap_index(uint16_t keycode);
|
||||||
bool process_unicodemap(uint16_t keycode, keyrecord_t *record);
|
bool process_unicodemap(uint16_t keycode, keyrecord_t *record);
|
||||||
|
|
|
@ -99,7 +99,7 @@ enum unicode_names {
|
||||||
QUAD_COLON
|
QUAD_COLON
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[DIAMOND] = 0x25CA, // ◊ 0
|
[DIAMOND] = 0x25CA, // ◊ 0
|
||||||
[QUAD_DIAMOND] = 0x233A, // ⌺
|
[QUAD_DIAMOND] = 0x233A, // ⌺
|
||||||
[DIAERESIS] = 0x00A8, // ¨
|
[DIAERESIS] = 0x00A8, // ¨
|
||||||
|
|
|
@ -53,7 +53,7 @@ enum unicode_names {
|
||||||
SNEK,
|
SNEK,
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[BANG] = 0x203D, // ‽
|
[BANG] = 0x203D, // ‽
|
||||||
[IRONY] = 0x2E2E, // ⸮
|
[IRONY] = 0x2E2E, // ⸮
|
||||||
[SNEK] = 0x1F40D, // 🐍
|
[SNEK] = 0x1F40D, // 🐍
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#include "unicode.h"
|
#include "unicode.h"
|
||||||
|
|
||||||
#ifdef UNICODEMAP_ENABLE
|
#ifdef UNICODEMAP_ENABLE
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
FOREACH_UNICODE(UCM_ENTRY)
|
FOREACH_UNICODE(UCM_ENTRY)
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -42,7 +42,7 @@ enum unicode_names {
|
||||||
FOREACH_UNICODE(UCM_NAME)
|
FOREACH_UNICODE(UCM_NAME)
|
||||||
};
|
};
|
||||||
|
|
||||||
extern const uint32_t PROGMEM unicode_map[];
|
extern const uint32_t unicode_map[] PROGMEM;
|
||||||
|
|
||||||
enum unicode_keycodes {
|
enum unicode_keycodes {
|
||||||
FOREACH_UNICODE(UCM_KEYCODE)
|
FOREACH_UNICODE(UCM_KEYCODE)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include "unicode.h"
|
#include "unicode.h"
|
||||||
|
|
||||||
//#ifdef UNICODEMAP_ENABLE
|
//#ifdef UNICODEMAP_ENABLE
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[BANG] = 0x0203D,// ‽
|
[BANG] = 0x0203D,// ‽
|
||||||
[IRONY] = 0x02E2E,// ⸮
|
[IRONY] = 0x02E2E,// ⸮
|
||||||
[DEGREE] = 0x000B0,// °
|
[DEGREE] = 0x000B0,// °
|
||||||
|
|
|
@ -37,7 +37,7 @@ enum {
|
||||||
CPL
|
CPL
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[IEX] = 0xA1, // ¡
|
[IEX] = 0xA1, // ¡
|
||||||
[SS2] = 0xB2, // ²
|
[SS2] = 0xB2, // ²
|
||||||
[SS3] = 0xB3, // ³
|
[SS3] = 0xB3, // ³
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include "unicode.h"
|
#include "unicode.h"
|
||||||
|
|
||||||
#ifdef UNICODEMAP_ENABLE
|
#ifdef UNICODEMAP_ENABLE
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
FOREACH_UNICODE(UCM_ENTRY)
|
FOREACH_UNICODE(UCM_ENTRY)
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -227,7 +227,7 @@ enum unicode_names {
|
||||||
FOREACH_UNICODE(UCM_NAME)
|
FOREACH_UNICODE(UCM_NAME)
|
||||||
};
|
};
|
||||||
|
|
||||||
extern const uint32_t PROGMEM unicode_map[];
|
extern const uint32_t unicode_map[] PROGMEM;
|
||||||
|
|
||||||
enum unicode_keycodes {
|
enum unicode_keycodes {
|
||||||
FOREACH_UNICODE(UCM_KEYCODE)
|
FOREACH_UNICODE(UCM_KEYCODE)
|
||||||
|
|
|
@ -45,7 +45,7 @@ enum unicode_names {
|
||||||
UUML,
|
UUML,
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
// KC_A
|
// KC_A
|
||||||
[aGRV] = 0x00E0, // à
|
[aGRV] = 0x00E0, // à
|
||||||
[AGRV] = 0x00C0, // À
|
[AGRV] = 0x00C0, // À
|
||||||
|
|
|
@ -21,7 +21,7 @@ combined_mode_t combined_mode = CM_NULL;
|
||||||
bool _seeded = false;
|
bool _seeded = false;
|
||||||
|
|
||||||
#if defined(UNICODEMAP_ENABLE)
|
#if defined(UNICODEMAP_ENABLE)
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[CCIR] = 0x20DD, // COMBINING CIRCLE ⃝
|
[CCIR] = 0x20DD, // COMBINING CIRCLE ⃝
|
||||||
[CENT] = 0x00A2, // ¢
|
[CENT] = 0x00A2, // ¢
|
||||||
[CHEK] = 0x2713, // ✓
|
[CHEK] = 0x2713, // ✓
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
enum unicode_names { BANG, IRONY, SNEK };
|
enum unicode_names { BANG, IRONY, SNEK };
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[BANG] = 0x203D,
|
[BANG] = 0x203D,
|
||||||
[IRONY] = 0x2E2E,
|
[IRONY] = 0x2E2E,
|
||||||
[SNEK] = 0x1F40D,
|
[SNEK] = 0x1F40D,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#include "spidey3_unicode.h"
|
#include "spidey3_unicode.h"
|
||||||
|
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[BUL1] = 0x2022, // •
|
[BUL1] = 0x2022, // •
|
||||||
[BUL2] = 0x25E6, // ◦
|
[BUL2] = 0x25E6, // ◦
|
||||||
[LARR] = 0x2190, // ←
|
[LARR] = 0x2190, // ←
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include "unicode.h"
|
#include "unicode.h"
|
||||||
|
|
||||||
//#ifdef UNICODEMAP_ENABLE
|
//#ifdef UNICODEMAP_ENABLE
|
||||||
const uint32_t PROGMEM unicode_map[] = {
|
const uint32_t unicode_map[] PROGMEM = {
|
||||||
[BANG] = 0x0203D,// ‽
|
[BANG] = 0x0203D,// ‽
|
||||||
[IRONY] = 0x02E2E,// ⸮
|
[IRONY] = 0x02E2E,// ⸮
|
||||||
[DEGREE] = 0x000B0,// °
|
[DEGREE] = 0x000B0,// °
|
||||||
|
|
Loading…
Reference in a new issue