1
0
Fork 0

Unicodemap keycodes rename (#21092)

This commit is contained in:
Ryan 2023-06-02 02:25:08 +10:00 committed by GitHub
parent 45c9bc4e55
commit a4ed6ad0f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 358 additions and 360 deletions

View file

@ -74,13 +74,13 @@ const uint32_t unicode_map[] PROGMEM = {
};
// Accents
#define A_GRV XP(aGRV, AGRV)
#define A_UML XP(aUML, AUML)
#define E_GRV XP(eGRV, EGRV)
#define E_ACT XP(eACT, EACT)
#define I_GRV XP(iGRV, IGRV)
#define I_CIR XP(iCIR, ICIR)
#define O_GRV XP(oGRV, OGRV)
#define O_UML XP(oUML, OUML)
#define U_GRV XP(uGRV, UGRV)
#define U_UML XP(uUML, UUML)
#define A_GRV UP(aGRV, AGRV)
#define A_UML UP(aUML, AUML)
#define E_GRV UP(eGRV, EGRV)
#define E_ACT UP(eACT, EACT)
#define I_GRV UP(iGRV, IGRV)
#define I_CIR UP(iCIR, ICIR)
#define O_GRV UP(oGRV, OGRV)
#define O_UML UP(oUML, OUML)
#define U_GRV UP(uGRV, UGRV)
#define U_UML UP(uUML, UUML)